t() :: %ExTwitter.Model.Place{
attributes: nil,
bounding_box: ExTwitter.Model.BoundingBox.t(),
contained_within: [t()],
country: String.t(),
country_code: String.t(),
full_name: String.t(),
id: String.t(),
name: String.t(),
place_type: String.t(),
raw_data: map(),
url: String.t()
}