Let's say I have a complicated business object that I want to model and display on a workspace panel (something like Figure 16.3 in the TornadoFX Guide). What would the model look like? Based on what I remember seeing here, I'm guessing I'd want to shuttle the data into a model class that flattens out the data's structure for the view. Is that about the size of it? (This is a thought experiment. I don't have any code yet.)