---
title: TitledSection
framework: musickit
role: symbol
role_heading: Structure
path: musickit/titledsection
---

# TitledSection

A section you can use to request items from the library grouped by title.

## Declaration

```swift
struct TitledSection
```

## Overview

Overview For example, when you perform a library sectioned request of albums, the library sectioned response will contain albums grouped by the first letter of their title, and the title property of this section will be equal to that first letter.

## Topics

### Instance Properties

- [id](musickit/titledsection/id.md)
- [title](musickit/titledsection/title.md)

## Relationships

### Conforms To

- [Copyable](swift/copyable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)
- [Identifiable](swift/identifiable.md)
- [MusicLibrarySectionRequestable](musickit/musiclibrarysectionrequestable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
