Sort  (cost=466.95..466.95 rows=1 width=36) (actual time=7.627..7.630 rows=0 loops=1)
  Sort Key: created_at DESC
  Sort Method: quicksort  Memory: 25kB
  ->  Seq Scan on refund  (cost=0.00..466.94 rows=1 width=36) (actual time=7.613..7.614 rows=0 loops=1)
        Filter: (payment_operation_id = '5109bc19-175d-441a-9da7-c2ac7e92f708'::uuid)
        Rows Removed by Filter: 18075
Planning Time: 0.580 ms
Execution Time: 7.721 ms