| Name | Type | Description | Notes |
|---|---|---|---|
| items | list[GenericDeviceQueryDTO] | [optional] | |
| total_item_count | int | [optional] | |
| page | int | The current page. | [optional] |
| items_in_page | int | The size of the page. | [optional] |
| total_pages | int | Total count of pages in query | [optional] |
| prev_link | str | Previous query url link (if exists) | [optional] |
| next_link | str | Next query url link (if exists) | [optional] |