# ChargeEventsConnection

Paginated charge events result.

```
type ChargeEventsConnection {

  items: [ChargeEvent!]!

  total: Int!

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`ChargeEventsConnection.items`](#items) ● [`[ChargeEvent!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/charge-event/.md) non-null object[​](#items "Enlace directo al items")

Events in the current page.

#### [`ChargeEventsConnection.total`](#total) ● [`Int!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/int/.md) non-null scalar[​](#total "Enlace directo al total")

Total number of events matching the filter.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`chargeEvents`](https://docs.monei.com/es/es/apis/graphql/operations/queries/charge-events/.md) query ● [`events`](https://docs.monei.com/es/es/apis/graphql/operations/queries/events/.md) query
