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