Convert this to a valid json representation for the Notion API.
Map<String, dynamic> toJson() => {'children': _blocks.map((e) => e.toJson()).toList()};