pub async fn get_for_repository(
    conn: &mut PgConnection,
    repository: Uuid
) -> ModelResult<Vec<RepositoryExercise>>