import Foundation extension Playlist { static var fixture: Playlist { Playlist(id: "ABC", title: "The Playlist", visibility: .public, updated: 1) } }