RecentItem

public struct RecentItem : Equatable, Codable

Struct, which represents recently found search item on CarPlay. When storing recent items in an array use dedicated methods for addition: [RecentItem].add(_:), and removal: [RecentItem].remove(_:).