We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ecfd9 commit 7b3edc0Copy full SHA for 7b3edc0
src/modules/songs/models/song.model.ts
@@ -12,7 +12,7 @@ export const SongAPIResponseModel = z.object({
12
perma_url: z.string(),
13
image: z.string(),
14
language: z.string(),
15
- year: z.string(),
+ year: z.number(),
16
play_count: z.string(),
17
explicit_content: z.string(),
18
list_count: z.string(),
0 commit comments