The total number of heading-delimited sections across all docs.
int get sectionCount => docs.fold(0, (sum, doc) => sum + doc.sections.length);