# CustomFieldConnection

The connection type for CustomField.

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