using System.Text.Json.Serialization; namespace MSearch.SearchProviders.StackExchange; internal sealed record StackExchangeItem( [property: JsonPropertyName("title")] string Title, [property: JsonPropertyName("link")] string Link );