<!--
{
  "availability" : [
    "iOS: 16.0.0 -",
    "iPadOS: 16.0.0 -",
    "macCatalyst: 16.0.0 -",
    "macOS: 13.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 9.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MusicKit",
  "identifier" : "/documentation/MusicKit/MusicCatalogSearchSuggestionsResponse/Suggestion",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "MusicKit"
    ],
    "preciseIdentifier" : "s:8MusicKit0A32CatalogSearchSuggestionsResponseV10SuggestionV"
  },
  "title" : "MusicCatalogSearchSuggestionsResponse.Suggestion"
}
-->

# MusicCatalogSearchSuggestionsResponse.Suggestion

An item that represents a suggestion in the search suggestions response.

```
struct Suggestion
```

## Topics

### Instance Properties

[`let displayTerm: String`](/documentation/MusicKit/MusicCatalogSearchSuggestionsResponse/Suggestion/displayTerm)

A term to display to the user to select from.

[`var id: String`](/documentation/MusicKit/MusicCatalogSearchSuggestionsResponse/Suggestion/id)

The unique identifier for the suggestion.

[`let searchTerm: String`](/documentation/MusicKit/MusicCatalogSearchSuggestionsResponse/Suggestion/searchTerm)

The term to use as a search input when using this suggestion.

## Relationships

### Conforms To

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`Hashable`](/documentation/Swift/Hashable)

[`Copyable`](/documentation/Swift/Copyable)

[`Decodable`](/documentation/Swift/Decodable)

[`Equatable`](/documentation/Swift/Equatable)

[`Escapable`](/documentation/Swift/Escapable)

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

[`Sendable`](/documentation/Swift/Sendable)

[`Encodable`](/documentation/Swift/Encodable)

[`Identifiable`](/documentation/Swift/Identifiable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)