using System.Text.Json.Serialization; namespace View_by_Distance.Shared.Models; public record Aggregations( [property: JsonPropertyName("allPeople")] IReadOnlyList AllPeople, [property: JsonPropertyName("clusterId")] IReadOnlyList ClusterId, [property: JsonPropertyName("location")] IReadOnlyList Location, [property: JsonPropertyName("people")] IReadOnlyList People, [property: JsonPropertyName("things")] IReadOnlyList Things, [property: JsonPropertyName("time")] IReadOnlyList