# ChargesConnection

Paginated charges result.

```
type ChargesConnection {

  items: [Charge!]!

  total: Int!

}
```

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

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

Charges in the current page.

#### [`ChargesConnection.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 charges matching the filter (across all pages).

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

[`charges`](https://docs.monei.com/es/es/apis/graphql/operations/queries/charges/.md) query
