total property

dynamic get total

Number of items found

Implementation

get total => (endIndex ?? -1) - startIndex + 1;