Question
Count paragraphs...
With this:
var docParCount = app.documents.everyItem().stories.everyItem().paragraphs.length; // paragraphs
... count the paragraphs.
But in Indesign (F8) we can see the character count, word, paragraph... but only counts paragraphs with text, no line breaks without text. How I can get this with a script?

Thanks.
