Map<String, dynamic> toJson() => { 'created': created, 'modified': modified, 'deleted': deleted, if (contentSnippets.isNotEmpty) 'contentSnippets': contentSnippets, };