pub async fn get_by_organization_id( conn: &mut PgConnection, organization_id: Uuid, ) -> ModelResult<Vec<Course>>