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

ListResourceWithCursorPagination[Event]

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ListResourceWithCursorPagination_Event_{
  items: [PolarExpress.Schemas.Event.t()] | nil,
  pagination: PolarExpress.Schemas.CursorPagination.t() | nil
}
```

* `items`
* `pagination`

# `schema_name`

---

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