pub async fn get_exercise_slides_by_exercise_ids(
    conn: &mut PgConnection,
    exercise_ids: &[Uuid]
) -> ModelResult<Vec<ExerciseSlide>>