📄
MozillaDeveloperNetworkSearchResponse.cs
using System.Collections.Generic; using System.Text.Json.Serialization; namespace MSearch.SearchProviders.MozillaDeveloperNetwork; internal sealed record MozillaDeveloperNetworkSearchResponse( [property: JsonPropertyName("documents")] IReadOnlyCollection<MozillaDeveloperNetworkSearchResult> Documents );