Look at this file in DCAR: https://github.com/guardian/dotcom-rendering/blob/main/dotcom-rendering/src/frontend/feFootballMatchInfoPage.ts#L67
We need to do this update in frontend as well.
Be careful that this needs to be backward compatible. So we'd need to follow these steps:
- First add the
matchStats field inDotcomRenderingFootballMatchSummaryDataModel in frontend
- When the above is released, add this field
matchStats in FEFootballMatchStats in DCAR and at the same time remove footballMatch from FEFootballMatchStats
- After the above is released, remove field
footballMatch from DotcomRenderingFootballMatchSummaryDataModel