deleteFormat() {
      this.model.get('formats').splice(this.index, 1);
      this.model.set('formats', Array.from(this.model.get('formats')));
    }