---
title: "with(_:)"
framework: musickit
role: symbol
role_heading: Instance Method
path: "musickit/musicitem/with(_:)"
---

# with(_:)

Loads a new instance of the music item that includes the specified properties.

## Declaration

```swift
func with(_ properties: [PartialMusicAsyncProperty<Self>]) async throws -> Self
```

## Discussion

Discussion This asynchronous method fetches a more complete representation of the receiver from Apple Music API over the network.
