Hi Junior,
Firstly, you should add the request type label to the group, which means that u need to group by both request type id and request type label. Then you can use that label to show name and count
Secondly, with this aggregate result you cannot export it. Everywhen you need to export data, call another aggregate with full data without group by to export what u need
Hope this help