requestBiocurationClasses: () => {
      ControlledVocabularyTerm.where({ type: ['BiocurationClass'] }).then(
        ({ body }) => {
          state.biocurationClasses = body
        }