summaryrefslogtreecommitdiff
path: root/Statistics.cs
blob: f59a2f69167205398df45690f2f8ad1669f16e0b (plain)
1
2
3
4
5
6
namespace HyperBooru.ApiModels;

public record IngestStatistics {
    public int TotalMediaCount    { get; set; }
    public int UntaggedMediaCount { get; set; }
}