pub async fn get_exercises_by_chapter_ids(
conn: &mut PgConnection,
chapter_ids: &[Uuid],
) -> ModelResult<Vec<Exercise>>pub async fn get_exercises_by_chapter_ids(
conn: &mut PgConnection,
chapter_ids: &[Uuid],
) -> ModelResult<Vec<Exercise>>