@ryanashcraft The model data is really what's under "data" - but with codable I can't key it down that way without writing boilerplate encode/decode/inits. So I need something like modelContainer.data when really all I want is simply data.
More details here: https://www.donnywals.com/flattening-a-nested-json-response-into-a-single-struct-with-codable/
@ryanashcraft @jordanmorgan I think it's the "success" : true part.
Mostly annoying when you get a response code 200 (which means the same thing) and now you need an extra Struct with CodingKeys just to read `data`