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