Georeference.where({ collecting_event_id: id }).then(({ body }) => {
    commit(MutationNames.SetGeoreferences, body)
  })