const monthlyRankingSchema = new mongoose.Schema(
  {
    uuid: {
      type: String,
      required: true,