add file size
Test Workflow / test (push) Waiting to run

This commit is contained in:
vladp
2025-12-24 16:55:07 +07:00
parent c5ef58ddd4
commit d842af2c62
2 changed files with 12 additions and 0 deletions
@@ -14,4 +14,7 @@ public class FileExtensionResponse {
@JsonProperty("count")
private Integer count;
@JsonProperty("max_file_size")
private Long maxFileSize;
}