diff --git a/src/definitions.ts b/src/definitions.ts index c0bde50..facbe63 100644 --- a/src/definitions.ts +++ b/src/definitions.ts @@ -52,10 +52,10 @@ export interface MediaLocation { } export interface MediaAlbum { - identifier: string; + identifier?: string; name: string; - count: number; - type: MediaAlbumType; + count?: number; + type?: MediaAlbumType; } export interface MediaAlbumResponse {