MusicLibrarySection
A section for a library sectioned response.
Declaration
@dynamicMemberLookup struct MusicLibrarySection<SectionType, MusicItemType> where SectionType : MusicLibrarySectionRequestable, MusicItemType : MusicLibraryRequestableOverview
Your app can access any property of the requested section type directly on this library section object.
Your app can also access the items contained in a library section with the items property.