diff --git a/Metadata/Statistics.cs b/Metadata/Statistics.cs index 3b7ef36ce..f252783da 100644 --- a/Metadata/Statistics.cs +++ b/Metadata/Statistics.cs @@ -66,6 +66,19 @@ namespace DiscImageChef.CommonTypes.Metadata public VerifyStats Verify { get; set; } } + public class StatsDto + { + public List Commands { get; set; } + public List OperatingSystems { get; set; } + public List Versions { get; set; } + public List Filesystems { get; set; } + public List Partitions { get; set; } + public List MediaFormats { get; set; } + public List Filters { get; set; } + public List Devices { get; set; } + public List Medias { get; set; } + } + public class CommandsStats { public long Analyze;