static long web_countNodes(Collection webs) { long n = 0; for (Web web : webs) n += l(web_nodesWithoutRelations(web)); ret n; }