factory PushNotificationCounts.fromJson(Map<String, dynamic> json) => PushNotificationCounts( missedCalls: json['missed_calls'], unread: json['unread'], );