I have a model, let's call it "modelA", which has a nested "collectionX" of say "modelB".
- modelA
- collectionX (modelB)
When working with a modelB instance, I can easily access its siblings or its collection's meta data using this.collection
.
How can I access attributes of the parent model (modelA)?