//! Models for the `countries` resource group.
//!
//! The Nordnet `Country` schema has two required string fields: `country`
//! (ISO country code) and `name` (translated country name). Neither is
//! marked optional in the schema table, so no `Option<T>` wrappers are
//! used.
use ;
/// A country entry as returned by `GET /countries` and
/// `GET /countries/{country}`.