from json
factory Edge.fromJson(Map<String, dynamic> json) => Edge( count: json["count"] == null ? null : json["count"], );