OBJECT
Provides a page of data for albums, with other properties useful for implementing a paged list UI
type Albums {# Arguments# offset: [Not documented]# limit: [Not documented]albums_any_more_results(offset: Int, limit: Int): Boolean! any_more_results: Boolean! count: Int! # The albums in the current page of data.items: [Album!]! }