diff --git a/Metadata/Statistics.cs b/Metadata/Statistics.cs index 33cc6ed7b..e4637b9bf 100644 --- a/Metadata/Statistics.cs +++ b/Metadata/Statistics.cs @@ -68,15 +68,18 @@ namespace DiscImageChef.CommonTypes.Metadata 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 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 List RemoteApplications { get; set; } + public List RemoteArchitectures { get; set; } + public List RemoteOperatingSystems { get; set; } } public class CommandsStats