Sub aggregation affects total count

Current behavior:
When creating a bar chart with only one "term" aggregation, the results show real amount of items (assuming simple count metric on the Y-Axis). However, when adding sub-aggregation of a "term" type, total count reduces.
Reasoning:
Well, I understand the reason. I had to pick top X entries on the sub-aggregation, and certainly I filtered out some portion of my data.
Enhancement request:
It would be nice to have my top X entries, and additionally artificial term named "Others", which shows cumulative aggregation for the rest of my data.

Please let me know if anyone else has similar problem and whether or not you believe this is a legitimate request.

Its a legitimate question/request... one that was available in Kibana3 , but due to facets being replaced with aggregations in elasticsearch , its not entirely possible to do at the moment.

It is reccomended to log requests on github through.
Here is the current discussion around it

Thanks for the reference, that's exactly what I was looking for :wink:
I'll use github for such requests in the future.