Paging doesn't get related objects.

Hi, when I try to get nextPage or getPage of my Collection with the same responder, it comes without the “relationsDepth” setted the first time… Is there any way to set this again?

Thanks

no, but instead of call nextPage() you can call Backendless.data.of().find with same query and query options but change only offset

ok, thanks.