clone: function() {
        var tmp = this.subAggs.map(function(subAgg) {
            return subAgg.clone();
        });