--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Joan Baez" englishTitle: "Joan Baez" year: "1960" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/637441f0-6ca3-3557-96f7-68f6701893fb" id: "637441f0-6ca3-3557-96f7-68f6701893fb" genres: - "folk" - "folk rock" - "pop" - "rock" artists: - "Joan Baez" image: "https://coverartarchive.org/release-group/637441f0-6ca3-3557-96f7-68f6701893fb/front" rating: 6 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 + "
" FROM "03.05 Vinyls/Joan Baez (by Joan Baez - 1960)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`