One can:
- Change the model class definition so that it extends Expando.
- Remove the undesired attribute from the property definition list.
- Add code which calls del mymodel.myattribute on all the entities eventually
- Change the model class definition back to Model
