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