I would like to get a count of pages in nodes in an Umbraco site with output something like this:
- Root (9 subnodes)
- First Folder (4 subnodes)
- document 1
- document 2
- document 3
- document 4
- Second Folder (3 subnodes)
- document 1
- document 2
- document 3
- First Folder (4 subnodes)
Basically I am trying to see how much active content there is in a given site and come up with a way to divide the work. Is there a reasonable way to get this information?