refactor!: migrate class-validator to zod (#26597)

This commit is contained in:
Timon
2026-04-14 23:39:03 +02:00
committed by GitHub
parent 3753b7a4d1
commit 7d8f843be6
318 changed files with 7830 additions and 8316 deletions
+6
View File
@@ -20,6 +20,9 @@ class SearchAlbumResponseDto {
});
/// Number of albums in this page
///
/// Minimum value: 0
/// Maximum value: 9007199254740991
int count;
List<SearchFacetResponseDto> facets;
@@ -27,6 +30,9 @@ class SearchAlbumResponseDto {
List<AlbumResponseDto> items;
/// Total number of matching albums
///
/// Minimum value: 0
/// Maximum value: 9007199254740991
int total;
@override