factory GetCardinalityResponse.fromJson(Map<String, dynamic> json) { return GetCardinalityResponse( cardinality: json['cardinality'] as int?, ); }