Gitlab API to fetch total # of changes in a single MR ( i.e lines of code added and deleted stats)

Question : Is there any Gitlab API to fetch total # of changes in a single MR ( i.e lines of code added and deleted stats)
The total number of changes are available on the GUI

And stats query also available in individual commits API

But there is no API query available to fetch total number of changes in a single MR

Maybe if we can enable the “stats” query for a single MR as we have for a single commit