How can I get 10 documents at a certain index of a collection in mongo?
var amount = 10; db.myCollection.find(index, amount);