dev
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-26 14:43:57 +07:00
parent 4c8c4bb5c1
commit 329000d284
4 changed files with 21 additions and 4 deletions
@@ -61,4 +61,13 @@ public class FileInfoUserResponse {
@JsonProperty("protected_files_count")
private Long protectedFilesCount;
@JsonProperty("protected_audio_files_count")
private Long protectedAudioFilesCount;
@JsonProperty("protected_video_files_count")
private Long protectedVideoFilesCount;
@JsonProperty("protected_image_files_count")
private Long protectedImageFilesCount;
}