pub async fn count(
    user: User,
    db: Extension<Postgres>
) -> Result<Json<CountResponse>, ErrorResponseStatus<'static>>