A Discogs image — covers both full-size and thumbnail URIs.
Summary
Functions
Extracts the primary image from the images list
Types
@type t() :: %ExDisco.Types.Image{ height: pos_integer() | nil, resource_url: String.t() | nil, type: String.t() | nil, uri: String.t(), uri150: String.t() | nil, width: pos_integer() | nil }