Hi Makers.
Since I use make deeper, more question I have.
So what I want to do is like that.
- Get bundle
- Check bundles
- Filtering specific collection’s value
- Counting total bundles of number by filter
For example, I attached bundle example structure here
What I want to do is counting total numbers of bundle,
But want to except specific bundle (In this screenshot want to count only bundle that ‘isNoseater : false’)
I have already used iterator, but it can count only total number of bundles.
Would you please help me?
Thanks!