//! Types for the Media Retrieval API section.
//!
//! Most media retrieval endpoints return binary data (bytes) rather than JSON.
//! The types here are for the few endpoints that return structured data
//! (e.g. `getLyrics`).
use ;
// Note: `stream`, `download`, `getCoverArt`, `getAvatar`, `hls`, `getCaptions`
// all return binary data — no data types needed beyond bytes::Bytes.
/// Lyrics for a song (legacy, unstructured).