pub(crate) async fn get_by_ids( conn: &mut PgConnection, course_ids: &[Uuid], ) -> ModelResult<Vec<Course>>