{
  "took" : 4,
  "timed_out" : false,
  "_shards" : {
    "total" : 5,
    "successful" : 5,
    "failed" : 0
  },
  "hits" : {
    "total" : 2,
    "max_score" : 0.0,
    "hits" : [ ]
  },
  "aggregations" : {
    "species" : {
      "buckets" : [ {
        "key" : "maple",
        "doc_count" : 2,
        "total_height" : {
          "value" : 359.0
        }
      }, {
        "key" : "oak",
        "doc_count" : 2,
        "total_height" : {
          "value" : 359.0
        }
      }, {
        "key" : "dogwood",
        "doc_count" : 1,
        "total_height" : {
          "value" : 179.0
        }
      } ]
    }
  }
}