Ok. in lb3...I get al model with this.... ` let models = app.models();` and I get all method for one model this... ` let model = app.models[modelName]; let methods = model.sharedClass.methods()` my question... How would it be in lb4?