fix(server): album statistics endpoint (#11924)

This commit is contained in:
Jason Rasmussen
2024-08-20 07:50:36 -04:00
committed by GitHub
parent cde0458dc8
commit ef9a06be5c
14 changed files with 111 additions and 111 deletions

View File

@@ -95,7 +95,7 @@ export class GetAlbumsDto {
assetId?: string;
}
export class AlbumCountResponseDto {
export class AlbumStatisticsResponseDto {
@ApiProperty({ type: 'integer' })
owned!: number;