The type of a feed (RSS, Atom, or JSON Feed).
@type t() :: :rss | :atom | :json_feed
@spec atom() :: t()
@spec json_feed() :: t()
@spec rss() :: t()