ArticleStatsRequest
Request object for the article statistics feature of the Faceting API.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| facetValuesCount | False | Integer | Number of values to return for each metadata field. |
| articleIds | False | List[String] | The IDs of the target articles. Mutually exclusive with articleFilters. |
| articleFilters | False | Map | Filters on the articles' metadata fields that restrict the scope. See this guide for details. Mutually exclusive with articleIds. |
| includeDuplicates | False | Boolean | Whether to include duplicate articles in the statistics. |