--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Cheek to Cheek" englishTitle: "Cheek to Cheek" year: "1987" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/6d31f8f4-a8d9-3254-aaaf-98bde2865166" id: "6d31f8f4-a8d9-3254-aaaf-98bde2865166" genres: ["big band", "jazz"] artists: - "Ella Fitzgerald" - "Louis Armstrong" image: "https://coverartarchive.org/release-group/6d31f8f4-a8d9-3254-aaaf-98bde2865166/front" rating: 0 personalRating: 0 --- Parent:: [[@Vinyls|Vinyls]] --- # `$= dv.current().title` ```toc ``` ### Details **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)` ```dataview list without id "
Type | " + "" + this.subType + " |
Online Rating | " + "" + this.rating + " |
Artists | " + "" + this.artists + " |
Premiered | " + "" + this.year + " |