I have a Mongo DB database with 80 or so documents. I want to only display documents from the 12th document to the 24th, or the 3rd to the 50th, etc.
What I mean by this, is since I have 80 documents, I only want to display a certain range of documents. For example, the number 12th document in the database all the way to the 24th.
How would I do this efficiently?
Thanks