Every group level has corresponding summary row, that's why there are 3 summary rows for 3 grouping levels in the screenshot.
Summary rows in your case have same values because there is only one entry in the sub-groups.
If you need summary row for the top level grouping only, then you can use
groupModel.showSummary: [true, false, false]