An optional list of elements that are children of the current element
@override List<Indexable> getChildren() { return chapters.whereType<Indexable>().toList(); }