| Name | Type | Description | Notes |
|---|---|---|---|
| Page | int | The current page the pagination request is on | |
| PerPage | int | The number of pages per pagination request | |
| PageCount | int | The total number of pages | |
| TotalCount | int | The total number of resources matching the list request | |
| Resources | List<Project> | ||
| NextPage | int | The next page, if this on is not the last | [optional] |
| Type | string | [optional] [readonly] [default to "ProjectList"] |