Hello, I have a model A, which includes model B via belongsTo async relationship. When I load model B from its endpoint, its payload contains also other models.
There is an event in controller, after which the given modle B should be reloaded with all its models in payload. How to invoke this action? I googled a lot, I found .reload(), which doesn’t seem to exits. And I also have feeling, like the other models aren’t refreshed, if already in store.