How to know if I'm returning the last set of document/documents of a collection?
For now I keep the full document count as reference to check if I received the all the records.
I'm using skip with limit for lazy loading. Is there a better way to do this ?