pub async fn get_exercise_slides(
    conn: &mut PgConnection
) -> ModelResult<Vec<ExerciseSlide>>