pub async fn get_ids_by_exercise_id(
    conn: &mut PgConnection,
    exercise_id: Uuid
) -> ModelResult<Vec<Uuid>>