Makes related models properties not enumerable
Use: if a model is fetched with all related (or children) models
when this model is saved an error is thrown due to properties containing related models
are not original model properties
This function can be used to "hide" (not enumerate) these props and save the model
Get first level related children models