Good afternoon. I’m currently using follow API and when using getFollowings
I can see there are 20 records per page. Could I change the record to 50? And how can I get a hasMore value, I’ve tried liveObject.hasMore, and it always provides false.
I understand that if I want to go to the next page, I just have to use liveObject.nextPage()
is that correct?