# ChargeEventsConnection

Paginated charge events result.

```
type ChargeEventsConnection {

  items: [ChargeEvent!]!

  total: Int!

}
```

### Fields[​](#fields "Direct link to Fields")

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

Events in the current page.

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

Total number of events matching the filter.

### Returned By[​](#returned-by "Direct link to Returned By")

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