The total property is used to indicate the number of items in a collection, mostly used with pagination. It was not clear to me if this was the total in the entire collection or the total of the result set. These are different numbers if filtering is applied. Also it should be made explicit if the property can be used if no pagination is used.
The
total
property is used to indicate the number of items in a collection, mostly used with pagination. It was not clear to me if this was the total in the entire collection or the total of the result set. These are different numbers if filtering is applied. Also it should be made explicit if the property can be used if no pagination is used.