# PostList ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order** | Option<**Vec**> | | [optional] **posts** | Option<[**::std::collections::HashMap**](Post.md)> | | [optional] **next_post_id** | Option<**String**> | The ID of next post. Not omitted when empty or not relevant. | [optional] **prev_post_id** | Option<**String**> | The ID of previous post. Not omitted when empty or not relevant. | [optional] **has_next** | Option<**bool**> | Whether there are more items after this page. | [optional] [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)