Hello

Results 1 issues of Hello

Why the Sanity Linq creates the wrong _type??? ``` internal class CalendarEvent { [JsonProperty("_type")] internal string DocumentType => "schedule.metadata"; [JsonProperty("_id")] internal string Id { get; set; } [JsonProperty("_lang")] internal string...