# PropWindowCounts

> How many games each [`PropAverages`] window actually contained. `last_5`/ `last_10` are the *achieved* trailing-window sizes (≤ 5/10); `home` + `away` can sum to less than `season` when a game's side was indeterminable.

How many games each [`PropAverages`] window actually contained. `last_5`/
`last_10` are the *achieved* trailing-window sizes (≤ 5/10); `home` + `away`
can sum to less than `season` when a game's side was indeterminable. For a
counting stat these count the games that carried the stat (the log); for a
derived rate they count the phase-participation games behind the window's
aggregate, which can exceed the log when a per-game rate was undefined.

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `away` | `integer` | yes |  |
| `home` | `integer` | yes |  |
| `last_10` | `integer` | yes |  |
| `last_5` | `integer` | yes |  |
| `season` | `integer` | yes |  |

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