--- title: "TournamentStats" --- Placement distribution from tournament matches. ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `first_place` | *Nullable[int]* | :heavy_check_mark: | N/A | | `fourth_place` | *Nullable[int]* | :heavy_check_mark: | N/A | | `second_place` | *Nullable[int]* | :heavy_check_mark: | N/A | | `third_place` | *Nullable[int]* | :heavy_check_mark: | N/A | | `total` | *Nullable[int]* | :heavy_check_mark: | N/A |