DataSet represents a paginated set of data returned from the API.
This class models the structure of the data block in typical API responses, containing a list of records along with pagination metadata.
data
PaginationInfo The pagination metadata.
List<T> The list of items returned in the current page.