What the server returns for one HxRowsRequest.
The row type.
Total row count across all pages — not rows.length. This is what drives the pager. Return -1 when the total is genuinely unknown.
rows.length
-1
The rows for the requested page only, not the whole result set.
What the server returns for one HxRowsRequest.