diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-25 23:40:54 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-13 03:33:37 +1000 |
| commit | 88c6b61e10ca040937058d588eaf44c72d289e2a (patch) | |
| tree | 0dbd52bc5e2a06fd2f5d2cf7b8713a781cbfc4ae /Statistics.cs | |
| parent | f884eb32b2aebb8aef73d4eff6231f244020d68c (diff) | |
Added IngestStatistics type
Diffstat (limited to 'Statistics.cs')
| -rw-r--r-- | Statistics.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Statistics.cs b/Statistics.cs new file mode 100644 index 0000000..f59a2f6 --- /dev/null +++ b/Statistics.cs @@ -0,0 +1,6 @@ +namespace HyperBooru.ApiModels; + +public record IngestStatistics { + public int TotalMediaCount { get; set; } + public int UntaggedMediaCount { get; set; } +} |
