[
  {
    "id": "1",
    "name": "New York Store",
    "performance": 78,
    "activeMembers": 12,
    "avatars": [
      "https://i.pravatar.cc/100?u=1",
      "https://i.pravatar.cc/100?u=2",
      "https://i.pravatar.cc/100?u=3"
    ]
  },
  {
    "id": "2",
    "name": "Los Angeles Store",
    "performance": 78,
    "activeMembers": 12,
    "avatars": [
      "https://i.pravatar.cc/100?u=4",
      "https://i.pravatar.cc/100?u=5",
      "https://i.pravatar.cc/100?u=6"
    ]
  },
  {
    "id": "3",
    "name": "Chicago Store",
    "performance": 78,
    "activeMembers": 12,
    "avatars": [
      "https://i.pravatar.cc/100?u=7",
      "https://i.pravatar.cc/100?u=8",
      "https://i.pravatar.cc/100?u=9"
    ]
  },
  {
    "id": "4",
    "name": "Houston Store",
    "performance": 78,
    "activeMembers": 12,
    "avatars": [
      "https://i.pravatar.cc/100?u=10",
      "https://i.pravatar.cc/100?u=11",
      "https://i.pravatar.cc/100?u=12"
    ]
  }
]