factory ReadCount.fromJson(Map<String, dynamic> json) => ReadCount( unreadCount: json["unreadCount"], userId: json["userId"], );