diff options
| author | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:34:43 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2026-06-15 10:34:43 +1000 |
| commit | 2d621a7f0b5fea6388d6ad104a14aa06149ff7a7 (patch) | |
| tree | 1a4f51d1cce99b84ceefa6f26d12ee61e6f48a58 /Statistics.cs | |
| parent | f884eb32b2aebb8aef73d4eff6231f244020d68c (diff) | |
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; } +} |
