Ios sdk question. Is it possible obtain Movie array objects with a count of actors?
I figured out about Object count API (Get Object Count - Backendless SDK for iOS API Documentation),
but if Array of Movies has 100 objects, i have to request 100 times for each element of Array.
I also read about Aggregate Functions API (COUNT - Backendless SDK for iOS API Documentation),
but cant comprehend how it works. Besides Aggregate Functions lost actual objectId for certain object…
Thanks.