How to hide a field extended from an other report

frappe.require(“assets/erpnext/js/financial_statements.js”, function() {
frappe.query_reports[“Profit and Loss Statement Consolidated”] = $.extend({},
erpnext.financial_statements);

frappe.query_reports["Profit and Loss Statement Consolidated"]["filters"].push()

});