diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-05-25 23:40:54 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-05-25 23:40:54 +1000 |
| commit | 4d7f2c538585422c56a9562da1612c7739526ac0 (patch) | |
| tree | 0dbd52bc5e2a06fd2f5d2cf7b8713a781cbfc4ae /Statistics.cs | |
| parent | 9a51a67fad41efad8c55efb6fa472a1c3eb0ce9e (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; } +} |
