diff --git a/model/album.go b/model/album.go index 9ab192e68..773a2c0de 100644 --- a/model/album.go +++ b/model/album.go @@ -27,7 +27,7 @@ type Album struct { OrderAlbumArtistName string `json:"orderAlbumArtistName"` CreatedAt time.Time `json:"createdAt"` UpdatedAt time.Time `json:"updatedAt"` - Size int `json:"size"` + Size int64 `json:"size"` } type Albums []Album