# StandingsTableEntries

> The kind-tagged rows a [`StandingsTable`] carries.

The kind-tagged rows a [`StandingsTable`] carries. `MatchRecord` rows are byte-identical
[`StandingsEntry`]s (the legacy shape — untouched by this slice); `PointsRank` rows are
the new [`PointsRankEntry`] shape. Never both in the same table — the sport's registered
[`crate::stats::standings::StandingsKind`] decides which arm a given `slug` produces.
Serializes adjacently-tagged: `{"kind": "match_record"|"points_rank", "entries": [...]}`.

**Kind:** union · **Type:** `object | object`

**Used by:** [StandingsTable](/docs/reference/data-model/teams/StandingsTable.md)
