Facet
Information about a single metadata field, used by the Faceting API.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| name | True | String | The name of the metadata field. |
| totalCount | True | Integer | The total number of values for the field. |
| values | True | Map[String, Integer] | The most frequent values for the field with their counts. |