Hey everyone,
We recently added several new properties to our such as ProductCategory and Product. While these new properties are being returned correctly internally, they're not showing up in the API responses when we access routes such as /admin/product-categories and /admin/products.
We're using Medusa v1.8.1, node v18.12.1, and yarn v1.22.19.
We're wondering if we need to adapt something in a validator somewhere to make these new properties show up in the API responses. Any assistance or suggestions would be greatly appreciated.
Thank you!