summaryrefslogtreecommitdiff
path: root/Statistics.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2026-06-15 10:34:43 +1000
committerJake Mannens <jake@asger.xyz>2026-06-15 10:34:43 +1000
commit2d621a7f0b5fea6388d6ad104a14aa06149ff7a7 (patch)
tree1a4f51d1cce99b84ceefa6f26d12ee61e6f48a58 /Statistics.cs
parentf884eb32b2aebb8aef73d4eff6231f244020d68c (diff)
Diffstat (limited to 'Statistics.cs')
-rw-r--r--Statistics.cs6
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; }
+}