This entity represents a single statistic within a season for an athlete. It is part of the stats array inside the Season object returned in the getAthlete API response
Field | Type | Description |
name | VARCHAR(45) | Name of the statistic (e.g., "Games Played", "Points") |
value | Decimal | Value of the statistic |
{"name": "Games Played","value": 45.0}