async fn is_chapter_front_page(
    page_id: Path<Uuid>,
    pool: Data<PgPool>
) -> ControllerResult<Json<IsChapterFrontPage>>