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