Values.HitsSourceThe collection of documents that match the search request.
type nonrec t = {found : Long.t option;The total number of documents that match the search request.
*)start : Long.t option;The index of the first matching document.
*)cursor : String_.t option;A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.
*)hit : HitList.t option;A document that matches the search request.
*)}