| GroupAggregate (cost=76.57..76.60 rows=1 width=77) |
| Group Key: product_type_id, name |
| -> Sort (cost=76.57..76.58 rows=1 width=24) |
| Sort Key: product_type_id, name |
| -> Seq Scan on tbl_project_product_types pt (cost=0.00..76.56 rows=1 width=24) |
| Filter: (project_id = 4048) |