We know that RESTHEART API for Mongo provides facility to get data by pages and the maximum limit of pages is 1000.
Is there a way in Restheart or outside to get all pages data in single call?
I am just trying to avoid multiple rest calls using restheart for every page.