---
title: "sortItems(by:ascending:)"
framework: musickit
role: symbol
role_heading: Instance Method
path: "musickit/musiclibrarysectionedrequest/sortitems(by:ascending:)"
---

# sortItems(by:ascending:)

Sorts items by a specified property.

## Declaration

```swift
mutating func sortItems<Value>(by keyPath: KeyPath<MusicItemType.LibrarySortProperties, Value>, ascending: Bool)
```
