Isso deve funcionar para você: Review.find() .sort({_id: -1}) .limit(10) .then(reviews => { console.log(reviews) });