---
title: MusicLibrarySectionedResponse
framework: musickit
role: symbol
role_heading: Structure
path: musickit/musiclibrarysectionedresponse
---

# MusicLibrarySectionedResponse

An object that contains results for a library sectioned request.

## Declaration

```swift
struct MusicLibrarySectionedResponse<SectionType, MusicItemType> where SectionType : MusicLibrarySectionRequestable, MusicItemType : MusicLibraryRequestable
```

## Topics

### Instance Properties

- [sections](musickit/musiclibrarysectionedresponse/sections.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
