Map<String, dynamic> toMap() { return {'nextConversation': nextConversation?.toMap(), 'count': count}; }