# FootballPbpFilters

> The filters applied to a football read, echoed back (spec §6 pins these as plain nullable fields, unlike baseball's omitted-when-absent shape).

The filters applied to a football read, echoed back (spec §6 pins these as
plain nullable fields, unlike baseball's omitted-when-absent shape).

**Kind:** object

| Field | Type | Required | Description |
|---|---|---|---|
| `down` | `integer,null<int32>` | no |  |
| `quarter` | `integer,null<int32>` | no |  |
| `red_zone` | `boolean` | yes |  |
| `scoring_only` | `boolean` | yes |  |
| `team_id` | `null \| TeamId` | no |  |

**Used by:** [FootballPlayByPlay](/docs/reference/data-model/stat-lines/FootballPlayByPlay.md)
