# PriceListConnection

The connection type for PriceList.

| Name       | Type                                                                                       | Description                       |
| ---------- | ------------------------------------------------------------------------------------------ | --------------------------------- |
| edges      | List ([PriceListEdge](https://docs.bunny.com/developer/api-reference/types/pricelistedge)) | A list of edges.                  |
| nodes      | List ([PriceList](https://docs.bunny.com/developer/api-reference/types/pricelist))         | A list of nodes.                  |
| pageInfo   | [PageInfo](https://docs.bunny.com/developer/api-reference/types/pageinfo)                  | Information to aid in pagination. |
| totalCount | Int                                                                                        |                                   |
