# HiddenItemsSummary
## Properties
**total** | **i32** | Total number of hidden items on this side |
**by_kind** | **std::collections::HashMap<String, i32>** | Count of hidden items keyed by item kind (always populated) |
**items** | [**Vec<models::HiddenItem>**](HiddenItem.md) | Kind and path of each hidden item; only populated when the caller is an admin of the relevant side (empty otherwise) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)