Hi, it will be great if you can add support for fetch Country from DialCode in your Country Public Struct public static func getCountryFrom(_ code: String) -> Country? { return CountriesFetcher().fetch().first(where: { $0.dialCode == code}) }