posted 6 years ago
Dear Joseph,
I am not expert of MongoDB but trying to reply as per my knowledge.
* Find returns the cursor, which may have single or multiple records as per your search query.
* Skip and Limit is used for server side pagination.
As per my knowledge "skip and limit" should be used for pagination.
Regards,
Vikas