What is
prisma-way of calculation of a leaderboard. For a leaderboard, you should know each player's earned points and sort them according to earned points. Those points should be the total points of challenges completed by player.
However, prisma doesn't have
sum
aggregation which makes impossible to generate a leaderboard.