pub fn list( pool: &DbPool, project_id: Option<i64>, status: Option<&str>, limit: i64, ) -> Result<Vec<AppError>>