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