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 ![Screenshot_2022-09-12_at_1.01.23_PM](/uploads/badcc41e2c9e715bc480a6a3f4b2bb33/Screenshot_2022-09-12_at_1.01.23_PM.png) 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 https://docs.gitlab.com/ee/api/commits.html#get-a-single-commit
issue