nextBatch(limit:)
Fetches the next batch of items asynchronously.
Declaration
func nextBatch(limit: Int? = nil) async throws -> MusicItemCollection<MusicItemType>? where MusicItemType : DecodableDiscussion
This method returns the next batch of items as another collection of music items of the same type.