attributes
A dictionary of attributes describing the media group.
Declaration
var attributes: [String : Any] { get }Discussion
These attributes are usually defined by the source app, such as iTunes. For example, an iTunes playlist is represented as a group. iTunes attaches attributes such as “Playlist Persistent ID” to the group in its attributes. The attribute names vary based on the media source. Attributes common to all sources are called out as separate properties.