Bits response strucure questions

You seem to be using JSON.NET, so you can define all the possible data points in your class structure. Those that don’t exist in the deserialized json will be left as default(type) or whatever you’ve defined as default for the property. You’ll just have to do null-checks before using the data.