factory CountTextTokensResponse.fromJson(Map<String, dynamic> json) { return CountTextTokensResponse(tokenCount: json['tokenCount'] ?? 0); }