Provides struct and type for a TagModel
@type t() :: %ExOura.Client.TagModel{ day: Date.t(), id: String.t(), tags: [String.t()], text: String.t() | nil, timestamp: String.t() }