@override Map<String, dynamic> toJson() => { 'type': 'Document', 'children': children.map((child) => child.toJson()).toList(), };