{
  aggregations: {
    centroid: {
      geo_centroid: {
        field: locationPoint
      }
    }
  },
  query: {
    term: {
      type: {
        value: project
      }
    }
  },
  size: 0
}