c-list-range-display 
Displays pagination information about the current $items of a ListViewModel in the format <start index> - <end index> of <total count>.
Uses the pagination information returned from the last successful $load call, not the current $params of the ListViewModel.
Examples 
template
<c-list-range-display :list="list" />Props 
list: ListViewModel
list: ListViewModelThe ListViewModel to display pagination information for.