Object containing the search hits, which represent the documents that matched the query.
| Name | Type | Description | Notes |
|---|---|---|---|
| maxScore | Integer | Maximum score among the matched documents | [optional] |
| total | Integer | Total number of matched documents | [optional] |
| totalRelation | String | Indicates whether the total number of hits is accurate or an estimate | [optional] |
| hits | List<HitsHits> | Array of hit objects, each representing a matched document | [optional] |