pubusewp_mini::types::StoryResponse;pubstructStoryDownload<T>{/// Sanitized Title ( Follow {id}-{title} )
pubsanitized_title: String,
/// The generated EPUB file, either as a PathBuf or Vec<u8>.
pubepub_response: T,
/// The full story metadata fetched from Wattpad.
pubmetadata: StoryResponse,
}