QUERY PLAN
Sort (cost=1.44..1.45 rows=4 width=286)
Sort Key: id DESC
-> Seq Scan on tbl_document_types (cost=0.00..1.40 rows=4 width=286)
Filter: ((NOT is_delete) AND (department_id = ANY ('{4,1,2,3,9,8,6,7,10}'::integer[])))