# `PolarExpress.Schemas.SeatsList`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/seats_list.ex#L2)

SeatsList

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.SeatsList{
  available_seats: integer() | nil,
  seats: [PolarExpress.Schemas.CustomerSeat.t()] | nil,
  total_seats: integer() | nil
}
```

* `available_seats` - Number of available seats
* `seats` - List of seats
* `total_seats` - Total number of seats for the subscription

# `schema_name`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
