# PagedListUserDetailsApplicationUser ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **end_index** | Option<**i32**> | The index of the last item returned on the page. | [optional][readonly] **items** | Option<[**Vec**](UserDetails.md)> | The list of items. | [optional][readonly] **max_results** | Option<**i32**> | The maximum number of results that could be on the page. | [optional][readonly] **size** | Option<**i32**> | The number of items on the page. | [optional][readonly] **start_index** | Option<**i32**> | The index of the first item returned on the page. | [optional][readonly] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)