requestBiocurationGroups: () => {
      ControlledVocabularyTerm.where({ type: ['BiocurationGroup'] }).then(
        ({ body }) => {
          state.biocurationGroups = body
        }