# WebhookDeliveriesConnection

Page of deliveries plus the total number matching the filter.

```
type WebhookDeliveriesConnection {

  items: [WebhookDelivery!]!

  total: Int!

}
```

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

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

Deliveries, newest first.

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

Total matching deliveries, ignoring pagination.

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

[`webhookDeliveries`](https://docs.monei.com/apis/graphql/operations/queries/webhook-deliveries/.md) query
