In Query Builder JSON Response Results and Total are coming as different Values
I am using Query Builder API to query through the documents matching certain criteria, Here is the sample query from query debug tool,
path=/content/dam/mchp/documents
type=dam:Asset
property.and=true
1_property=jcr:content/metadata/mchp:document-category
1_property.value=documents:product-documents/code-examples
2_property=jcr:content/metadata/mchp:document-application
2_property.operation=exists
p.hits=selective
p.properties=jcr:title
p.nodedepth=5
p.limit=-1
When I see the result as JSON response ,

Both Results and Total are different values. In API also results are coming as 283 only.
Wanted to know what is the difference between total and result ? and Y it is coming as different values?
Thanks in Advance.