net_structure.infos = net_structure.infos.filter(function (info) {
        return !(hidden_network_ids.includes(info['network_id']))
    })