{
  "athletes": [
    {
      "id": "-ExampleAthleteId005",
      "name": "James Anderson",
      "team_id": "team_001",
      "player_info": {
        "birth_date": 606231196000,
        "gender": "male",
        "height_cm": 189,
        "weight_kg": 82
      },
      "recordings": []
    },
    {
      "id": "-ExampleAthleteId006",
      "name": "Lisa Thompson",
      "team_id": "team_002",
      "player_info": {
        "birth_date": 606231196000,
        "gender": "male",
        "height_cm": 189,
        "weight_kg": 82
      },
      "recordings": []
    },
    {
      "id": "-ExampleAthleteId007",
      "name": "Robert Martinez",
      "team_id": "team_001",
      "player_info": null,
      "recordings": []
    }
  ],
  "total": 3
}