namespace LocationsApi.Models; public class VisibleLocationObjectStateResponse { public string ItemKey { get; set; } = string.Empty; public int RemainingQuantity { get; set; } public int GatherQuantity { get; set; } = 1; }