ArticleStatsResponse
Contains statistics for the indexed articles returned by the Faceting API.
Properties
| Property | Required | Type | Description |
|---|---|---|---|
| totalCount | True | Integer | Total number of articles. |
| facets | True | List[Facet] | List of facets for the metadata fields. |
| publishedDateMin | False | String | The earliest published date, in the ISO 8601 format. |
| publishedDateMax | False | String | The latest published date, in the ISO 8601 format. |