# CharactersCharacterIdMailLabelsGet ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **labels** | [**Array<CharactersCharacterIdMailLabelsGetLabelsInner>**](CharactersCharacterIdMailLabelsGetLabelsInner.md) | | [optional] [default to undefined] **total_unread_count** | **number** | | [optional] [default to undefined] ## Example ```typescript import { CharactersCharacterIdMailLabelsGet } from 'eve-esi-client-ts'; const instance: CharactersCharacterIdMailLabelsGet = { labels, total_unread_count, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)