QUERY PLAN
Limit (cost=14.49..14.50 rows=6 width=362)
-> Sort (cost=14.49..14.50 rows=6 width=362)
Sort Key: s.created_at DESC
-> Group (cost=14.38..14.41 rows=6 width=362)
Group Key: s.id
-> Sort (cost=14.38..14.39 rows=6 width=362)
Sort Key: s.id
-> Seq Scan on tbl_services s (cost=0.00..14.30 rows=6 width=362)
Filter: (NOT is_delete)