factory AptosGraphQLApiAggregate.fromJson(Map<String, dynamic> json) { return AptosGraphQLApiAggregate(count: json['count']); }