これはあなたのために働くはずです: Review.find() .sort({_id: -1}) .limit(10) .then(reviews => { console.log(reviews) });