Message after finding countries
In en, this message translates to: 'Found {count} countries with "United"'
@override String foundCountries(int count) { return 'Se encontraron $count paĆses con \"United\"'; }