ModelClassLoaderStrategy should have a method to automatically extend a data model class: ``` ModelClassLoaderStrategy.extend('Student', { getSomething() { // } }); ```
ModelClassLoaderStrategy should have a method to automatically extend a data model class: