namespace LootDumpProcessor.Model.Input; public class Preview { public string? Path { get; set; } public string? Rcid { get; set; } }