When you trigger `model.saveAll({ relation: ['foo'] })` and relations `foo.bar` is a store: ``` { foo: { bar: [1, 2], } } ``` `bar` is still changed unless you `model.saveAll({ relation: ['foo.bar'] })`