# Coach statistics

{% hint style="info" %}
These statistics can be included on a coach using the `statistics.details` nested include, and filtered by season and type using the `coachStatisticSeasons` and `coachStatisticDetailTypes` filters respectively.

Read more about includes in [includes](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/includes "mention") or about filtering in [filtering](https://docs.sportmonks.com/v3/tutorials-and-guides/tutorials/filter-and-select-fields/filtering "mention")
{% endhint %}

<table><thead><tr><th width="90">ID</th><th>Code</th><th>Developer Name</th><th>Description</th></tr></thead><tbody><tr><td>59</td><td>substitutions</td><td><code>SUBSTITUTIONS</code></td><td>Indicates the number of substitutions made. </td></tr><tr><td>83</td><td>redcards</td><td><code>REDCARDS</code></td><td>Indicates the number of straight red cards.</td></tr><tr><td>84</td><td>yellowcards</td><td><code>YELLOWCARDS</code></td><td>Indicates the number of yellow cards. </td></tr><tr><td>85</td><td>yellowred-cards</td><td><code>YELLOWRED_CARDS</code></td><td>Indicates the number of second yellow cards resulting in a red card. </td></tr><tr><td>188</td><td>matches</td><td><code>MATCHES</code></td><td>Indicates the number of games played in that season.</td></tr><tr><td>214</td><td>team-wins</td><td><code>WIN</code></td><td>Indicates the number of games a team has won.</td></tr><tr><td>215</td><td>team-draws</td><td><code>DRAW</code></td><td>Indicates the number of games a team has drawn.</td></tr><tr><td>216</td><td>team-lost</td><td><code>LOST</code></td><td>Indicates the number of games a team has lost.</td></tr><tr><td>9676</td><td>average-points-per-game</td><td><code>AVERAGE_POINTS_PER_GAME</code></td><td>Indicates the number of average points per game a team has achieved.</td></tr></tbody></table>
