pub async fn fetch_user_chapter_progress(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<UserChapterProgress>>pub async fn fetch_user_chapter_progress(
conn: &mut PgConnection,
course_id: Uuid,
) -> ModelResult<Vec<UserChapterProgress>>