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