pub type Response = Response200;
pub struct Response { pub downloads: Vec<Download>, }
downloads: Vec<Download>