pub async fn get_open_reports(
configuration: &Configuration,
count: Option<i32>,
) -> Result<Vec<Report>, Error<GetOpenReportsError>>
pub async fn get_open_reports(
configuration: &Configuration,
count: Option<i32>,
) -> Result<Vec<Report>, Error<GetOpenReportsError>>