Function counts_get_by_project

Source
pub async fn counts_get_by_project(
    configuration: &Configuration,
    project_id: Uuid,
) -> Result<ProjectCountsResponseModel, Error<CountsGetByProjectError>>