pub async fn count_workflow_steps( pool: &DbPool, organization_id: Option<Uuid>, workflow_run_id: Uuid, ) -> Result<i64>