namespace Observatory.Framework.Files.Journal { public class DataScanned : JournalBase { public string Type { get; init; } public string Type_Localised { get; init; } } }