Hello,
I just notice that BackendlessUser does not support collective property. A NSArray will be very useful in my case to do filtering. E.g. I save a list of postIds in user’s property “flaggedPosts”. I can easily filter out flagged posts based on those postIds.
At the moment, I have to make a request to fetch all flagged post records of the user and do another request for posts that are not flagged out.
Could you add the collective property in BackendlessUser class?
Thanks!