The parsed form of a supported Pinterest URL.
@type kind() :: :pin | :short | :profile | :board | :ideas
@type t() :: %PinterestUrlNormalizer.Result{ identifier: String.t(), kind: kind(), normalized_url: String.t() }