async fn history_count(
    pool: Data<PgPool>,
    page_id: Path<Uuid>,
    user: AuthUser
) -> ControllerResult<Json<i64>>
Expand description

GET /api/v0/main-frontend/pages/:page_id/history_count