Response object of a search request
t() :: %Manticoresearch.Model.SearchResponse{ aggregations: %{optional(String.t()) => map()} | nil, hits: Manticoresearch.Model.SearchResponseHits.t() | nil, profile: map() | nil, timed_out: boolean() | nil, took: integer() | nil, warning: %{optional(String.t()) => map()} | nil }