conte todos os itens dentro do 2º UL usando jQuery
let count = $("ul li ul").children().length;
alert("Total Length of li in 2nd ul is" + count);
AbubakarShf