Similar to aggregation methods also by the find() method you have the possibility to limit, skip, sort and count the results. Let say we have following collection:
db.test.insertMany([
{name:"Any", age:"21", status:"busy"},
{name:"Tony", age:"...