Difference between Hits and Hits(total)

"Hits" refers to the number of hits actually returned from the query. This is limited by the size parameter sent in the request to Elasticsearch (which defaults to 10).

"Hits (total)" refers to the total number of hits that match the query, not the number of results returned.