PagedList
Data class implementing a paginated list of items.
This class provides a concrete implementation of IPagedList and includes a companion object with factory methods for creating empty paginated lists.
Parameters
T
The type of items in the list.