# WikiPageShortResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**description** | Option<**String**> | | [optional]
**draft** | **bool** | Always `false` on public responses — drafts are filtered out by the query. |
**file_name** | **String** | Last path segment. |
**icon** | Option<**String**> | | [optional]
**id** | **String** | |
**image** | Option<**String**> | | [optional]
**last_updated** | **String** | |
**noindex** | **bool** | |
**parent_path** | **String** | Parent folder path, \"\" at the root. |
**path** | **String** | |
**title** | **String** | |
**r#type** | **String** | \"md\" or \"json\". Named `type` to match FoxWiki's `WikiPageShort`. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)