Map<String, dynamic> toJson() => { 'content': content, 'tags': tags, 'kind': kind, 'created_at': createdAt, 'pubkey': pubKey, };