The GitLab list merge requests API endpoint shows a lot of data that is returned for each MR. I do not need all this data in the response. For each MR, I only need the MR iid
and the MR description
field.
Is there any way to specify in the API that I only need these two fields in the response and no other field?