.getResponseToMetadataList();
Map<String, String> aggregationMap = aggregateData
.getValueCountAggregationMap();
AggregationResponse aggregationResponse = new AggregationResponse(aggregationMap, avmList);
responseText = AgentUtils.renderJson(aggregationResponse);
} catch (Throwable t) {