getSubAggs: function() {
        var result = [];

        forEach(this.attrToAgg, function(subAgg) {
            result.push(subAgg);