async incident_updates(incident) {
    return axios.get('api/incidents/' + incident.id + '/updates').then(response => (response.data))
  }