initialize(models, options) {
    this.entry = options.entry;
    this.contentElement = options.contentElement;

    this.listenTo(this, 'add remove change sort', this.updateConfiguration);