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