namespace LootDumpProcessor.Model.Input; public class Update { public int? StackObjectsCount { get; set; } }