I would like to display changeset discussions on OSM Latest Changes via the OSM API. In a first API call the page already downloads the details for multiple changesets via this endpoint: /api/0.6/changesets. So it would be amazing if I only had to add include_discussion=*true* to download changesets including their discussions. But this apparently does not to work. It only seems to be possible to download discussions for a single changesets via the API. Or am I missing something?