···7676 recordingMbId: text(),
7777 /** The length of the track in seconds */
7878 duration: integer(),
7979- /** The name of the artist */
8080- artistName: text().notNull(),
7979+ /** The names of the artists in order of original appearance */
8080+ artistNames: json<string[]>(),
8181 /** Array of Musicbrainz artist IDs */
8282 // type of string[]
8383 artistMbIds: json<string[]>(),