namespace StopShopping.Services.Models.Req; public record CategoryIdParams { public int CategoryId { get; set; } }