I'm attempting to create classes that correspond to JSON data retrieved in Swift. For nested objects, is it suitable to represent them via structs rather than separate classes? Or should these simply be treated as dictionary objects? So for example below is some JSON:I'm attempting to create classes that correspon