how to limit in find query mongo code example Example: mongodb limit find db.collection.find(<query>).limit(<number>).skip(<number>)