PaginatedResponse<T>
An interface that describes the response of a method that returns a paginated list of resources.
Properties
Properties | Type | Description |
---|---|---|
data | T[] | An array that contains the fetched data. |
count | number | The total count of data that exist remotely. |