Finding the page count of a PDF document from the CLI is as simple as:
pdfinfo file.pdf | grep ^Pages:
How can the same be performed with a djvu file? Without converting it to a pdf and then deleting the pdf file after checking the number of pages, please.