I am using ndb
I need to sub-class a master class. (I don't have control over the super class)
Is it possible to delete / rename a property in the super class in the the sub-class?
If not, is there a write cost for non-required property?
Can I select which property I want to display in the admin interface?
Regards