how to max results in mongoose code example Example: mongoose return only a certain number of results const foundResults = await MySchema.find().limit(3);