@override Map<String, dynamic> toJson() => { 'type': 'user', 'media': media.toJson(), if (id != null) 'id': id, 'mediaMeta': mediaMeta, };