Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mongoose limit

let response = await LogModel.find({}).limit(10).exec();
 
PREVIOUS NEXT
Tagged: #mongoose #limit
ADD COMMENT
Topic
Name
4+2 =