QUERY PLAN
Sort (cost=69.60..69.66 rows=25 width=34)
Sort Key: created_at DESC
-> Bitmap Heap Scan on tbl_projects (cost=4.47..69.02 rows=25 width=34)
Recheck Cond: (client_id = 518)
-> Bitmap Index Scan on tbl_projects_client_id_idx (cost=0.00..4.47 rows=25 width=0)
Index Cond: (client_id = 518)