QUERY PLAN
Aggregate (cost=16.81..16.82 rows=1 width=8)
-> Sort (cost=16.71..16.73 rows=7 width=159)
Sort Key: tbl_object_change_logs.created_at DESC
-> Seq Scan on tbl_object_change_logs (cost=0.00..16.61 rows=7 width=159)
Filter: ((object_id = 1) AND (object_type = '10'::smallint))