IPagedList
Interface representing a paginated list of items with total count information.
This interface provides access to both the total number of items available and the current page of items in the list.
Type Parameters
T
The type of items in the list.