How to Hide frappe default Status field in List view

frappe.listview_settings[“Doctype”] = {

hide_name_column: true,

get_indicator: function () {

    return null;

}

};

Tried using this , but not working ,. Any other solutions