c-list-page 
A component that provides previous/next buttons and a text field for modifying the page parameter prop of a ListViewModel.
Example Usage 
template
<c-list-page :list="list" />Props 
list: ListViewModel
list: ListViewModelThe ListViewModel whose current page will be changeable with the component.