Improving our Open Data - better DX

Hello, I am fairly new to using the api and I will say the level of data accessible is amazing, and I think other municipalities can learn a thing a thing or two from it. However, one major gripe that I immediately notice is that every single field of return types is not required, leading to extensive null-checking to happen to ensure things work as expected. For example, with the Point type, surely if it can be returned, both the lat and lon should exist.