I\'m using this code to get my user leaderboard
var data = await db.models.user .find({ points: { $ne: 0 } }) .