Questions about nested objects:
- Can you limit the query response to only those nested objects that have a match?
- Is there a way to limit the number of nested object returned in the query response by a fixed number?
- Is there a way to page through the nested objects, instead of returning them all together?
All these questions stem from the fact that we might be facing a scenario with a lot of nested objects, and we don't necessarily want to get all of them all the time.
Any help will be appreciated. Thanks!