We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152d5ca commit 3128fe9Copy full SHA for 3128fe9
src/modules/albums/models/album.model.ts
@@ -39,5 +39,5 @@ export const AlbumModel = z.object({
39
songCount: z.number(),
40
url: z.string(),
41
image: z.array(DownloadLinkModel),
42
- songs: z.array(SongModel)
+ songs: z.array(SongModel).nullable()
43
})
0 commit comments