# Structs
Response is used to pass data retrieved from Elasticsearch/OpenSearch to upper layer.
SearchHit is a single hit.
SearchHits specifies the list of search hits.
TotalHits specifies total number of hits and its relation.
# Interfaces
Client is a generic ES client implementation.