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