# ListResponseString
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**count** | **i32** | Number of items in *this page*, not the size of the collection. |
**data** | **Vec<String>** | |
**has_more** | **bool** | Whether further items exist beyond this page. List endpoints now apply a default page size, so `count` alone cannot tell a caller whether it has seen everything; without this a client would silently process a truncated result set. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)