Values.SuggestModelSourceContainer for the suggestion information returned in a SuggestResponse.
type nonrec t = {query : String_.t option;The query string specified in the suggest request.
*)found : Long.t option;The number of documents that were found to match the query string.
*)suggestions : Suggestions.t option;The documents that match the query string.
*)}