monthlyRankingSchema.statics.updateUserRanking = async function ({
  user,
  position
}) {
  const { uuid, score, name, avatar, level } = user