pub async fn random_projects(
configuration: &Configuration,
count: i32,
) -> Result<Vec<Project>, Error<RandomProjectsError>>
pub async fn random_projects(
configuration: &Configuration,
count: i32,
) -> Result<Vec<Project>, Error<RandomProjectsError>>