···55import { lexicons } from "../../../lexicons";
66import { isObj, hasProp } from "../../../util";
77import { CID } from "multiformats/cid";
88-import type * as AppRockskySong from "./song";
98109export interface Record {
1110 /** The name of the playlist. */
···1413 description?: string;
1514 /** The picture of the playlist. */
1615 picture?: BlobRef;
1717- /** The tracks in the playlist. */
1818- tracks?: AppRockskySong.Record[];
1616+ /** The URL of the picture of the artist. */
1717+ pictureUrl?: string;
1918 /** The date the playlist was created. */
2019 createdAt: string;
2120 /** The Spotify link of the playlist. */