release: mailhog/mailhog:v1.0.0
Problem:
The response count is positive, but messages array is empty.
Problem analysis:
The reason is that the response contains, for some reason the, "items" field instead of "messages".
Workaround
A workaround was to rename the field in the openapi file, which I used to generate the client.
The screenshots below show the messages field renamed to "items".
