namespace Observatory.Framework.Files.Journal { public class PowerplayCollect : PowerplayJoin { public string Type { get; init; } public string Type_Localised { get; init; } public int Count { get; init; } } }