[
  {
    "id": 1,
    "title": "المجموعة الأولى",
    "description": "مستويات للمبتدئين",
    "locked": false,
    "requiredStarsToUnlock": 0,
    "levelsCount": 3,
    "startLevelId": 1
  },
  {
    "id": 2,
    "title": "المجموعة الثانية",
    "description": "مستويات متوسطة الصعوبة",
    "locked": true,
    "requiredStarsToUnlock": 12,
    "levelsCount": 5,
    "startLevelId": 4
  },
  {
    "id": 3,
    "title": "المجموعة الثالثة",
    "description": "مستويات متقدمة",
    "locked": true,
    "requiredStarsToUnlock": 35,
    "levelsCount": 8,
    "startLevelId": 9
  },
  {
    "id": 4,
    "title": "المجموعة الرابعة",
    "description": "مستويات متقدمة جداً",
    "locked": true,
    "requiredStarsToUnlock": 60,
    "levelsCount": 15,
    "startLevelId": 17
  },
  {
    "id": 5,
    "title": "المجموعة الخامسة",
    "description": "مستويات التحدي",
    "locked": true,
    "requiredStarsToUnlock": 80,
    "levelsCount": 8,
    "startLevelId": 32
  }
]