pub async fn get_chapter_lock_preview(
conn: &mut PgConnection,
chapter_id: Uuid,
user_id: Uuid,
course_id: Uuid,
) -> ModelResult<ChapterLockPreview>pub async fn get_chapter_lock_preview(
conn: &mut PgConnection,
chapter_id: Uuid,
user_id: Uuid,
course_id: Uuid,
) -> ModelResult<ChapterLockPreview>