Page public struct Page : Sendable This is the struct containing the actual Edition objects. You can check hasNext to know if there are more pages in the Paginator. hasNext Indicates the availability of more pages. Declaration Swift public let hasNext: Bool editions The Edition values on this page. Declaration Swift public let editions: [Edition]