Values for score are [50, 90, 70, 20]. Which document's score does this query return first?db.players.find().sort({ score: -1 }).limit(1)