modelChanged() {
      const self = this;

      return (data) => {
        const model = self.collection.get(parseInt(data.model.id, 10));