Hi team, I add new column called "condition" to Product entity, I followed the doc, I completed extending ProductRepository and register the type in index.d.ts. Now I want to add 1 more column into API. My understanding is I have to extend the service. But after a few tries, I got this
{
"type": "invalid_data",
"message": "property condition should not exist, property size should not exist"
}
What did I miss?