pub async fn is_chapter_front_page(
    conn: &mut PgConnection,
    page_id: Uuid
) -> ModelResult<IsChapterFrontPage>