QUERY PLAN
Aggregate (cost=14.58..14.59 rows=1 width=8)
-> Sort (cost=14.49..14.50 rows=6 width=755)
Sort Key: s.created_at DESC
-> Group (cost=14.38..14.41 rows=6 width=755)
Group Key: s.id
-> Sort (cost=14.38..14.39 rows=6 width=12)
Sort Key: s.id
-> Seq Scan on tbl_services s (cost=0.00..14.30 rows=6 width=12)
Filter: (NOT is_delete)