Find total number of pages on a site

Use different methods to find a count of either all pages or just published pages.

Issue

Resolution

There are two methods:

Content Aging Report

The Content Aging Report lists "Total number of pages counted in this report"

This number is all pages including unpublished pages

API

Use the @api/deki/pages API call and count the number of <page> nodes

This only includes pages that have been published.