I'm using the documented endpoint to get all discussions items from a Merge Request
GET /projects/:id/merge_requests/:merge_request_iid/discussions
docs here
However, in the response, I only get the comments made on the code. For what I can see in a MR one can comment on the code, or leave comments on the MR itself.
And I don't get those last ones from the API. Is this expected behavior?