factory UVisitCount.fromMap(Map<String, dynamic> json) => UVisitCount( userId: json["userId"], count: json["count"], );