# ChargebacksConnection

No description

```
type ChargebacksConnection {

  items: [Chargeback!]!

  total: Int!

}
```

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

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

Chargebacks in the current page.

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

Total number of chargebacks matching the filter (across all pages).

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

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