Storefront catalog schema fixes
4 months ago by ReadMe GitHub Action
The catalog count and product detail schemas now match their real response shapes.
The public OpenAPI schema for the catalog count route now documents
{ "total": number }, and GET /public/products/{slug} now documents a
storefront product detail response instead of the public order schema.
