using System.Text.Json.Serialization; namespace Expose.MyIT.Shared.Models; public record ServiceShop( [property: JsonPropertyName("Orders")] IReadOnlyList Orders, [property: JsonPropertyName("Total")] int Total );