diff --git a/Instance/.vscode/mklink.md b/Instance/.vscode/mklink.md new file mode 100644 index 0000000..d227756 --- /dev/null +++ b/Instance/.vscode/mklink.md @@ -0,0 +1,5 @@ +# mklink + +```bash Sat Aug 17 2024 15:24:10 GMT-0700 (Mountain Standard Time) +mklink /J "L:\Git\View-by-Distance-MKLink-Console\Instance\.vscode\.UserSecrets" "C:\Users\mikep\AppData\Roaming\Microsoft\UserSecrets\2999dda1-5329-4d9f-9d68-cccfabe0e47f" +``` diff --git a/Shared/Models/Aggregations.cs b/Shared/Models/Aggregations.cs new file mode 100644 index 0000000..5182aab --- /dev/null +++ b/Shared/Models/Aggregations.cs @@ -0,0 +1,19 @@ +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