PaginationMeta

open class PaginationMeta: Codable

PaginationMeta gives information about the pagination details to the user, such as result information and page information

  • The results information for this paginated response

    Declaration

    Swift

    public let results: [String: Int]?
  • The page information for this response

    Declaration

    Swift

    public let page: [String: Int]?