namespace InventoryApi.Models; public class InternalReassignLocationInventoryResponse { public int ReassignedItemCount { get; set; } }