pub async fn get_exercises_by_chapter_id(
    conn: &mut PgConnection,
    chapter_id: Uuid
) -> ModelResult<Vec<Exercise>>