OBJECT
type Countries_summary {_id: ObjectId combined_names: [String] confirmed: Int confirmed_daily: Int country: String country_codes: [Int] country_iso2s: [String] country_iso3s: [String] date: DateTime deaths: Int deaths_daily: Int population: Int recovered: Int recovered_daily: Int states: [String] uids: [Int] }