Discovery Pagination Response
data class DiscoveryPaginationResponse(val size: Int, val totalElements: Int, val totalPage: Int, val number: Int)
Represents pagination details in the Discovery API response.
Holds information about page size, total elements, and page number.