Paged list of taxonomy items with Ancestorrs
| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | Display name | |
| description | String | Description | [optional] |
| hasChildren | Boolean | To know if the item has children | [optional] |
| field | Integer | Numeric ID of metadata field | [optional] |
| href | String | URL of this taxonomy item | [optional] |
| taxonomyHref | String | URL of the root of this taxonomy | [optional] |
| acl | List<String> | Capabilities / access list: * `Set` - The value of this item can be assigned to a field * `Query` - This item can be used in search queries * `Navigate` - Users can browse children of this item * `Hint` - (currently unused) | [optional] |
| value | String | Metadata value (for search) | [optional] |
| customSearch | String | Custom search expression | [optional] |
| ancestors | List<TaxonomyAncestors> | Taxonomy parents of the taxonomy item | [optional] |