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