if (binding.subjectLabel && current.subjects.indexOf(binding.subjectLabel.value) === -1) {
          current.subjects.push(binding.subjectLabel.value);
        }