pub async fn get_all_language_versions_of_course(
    conn: &mut PgConnection,
    course: &Course
) -> ModelResult<Vec<Course>>