# DictionaryInfoResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**last_updated** | Option<**String**> | Timestamp (UTC) when the dictionary was last updated or an item was added or removed. |
**item_count** | Option<**i32**> | The number of items currently in the dictionary. |
**digest** | Option<**String**> | A hash of all the dictionary content. |
[[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)