[bug?] API - history not giving image information

An API call to for example /api/history?pageSize=25&page=1&sortKey=date&sortDir=desc does not give an array back with image information (like poster, fanart etc.). In the documentatie (https://github.com/NzbDrone/NzbDrone/wiki/History) these array’s are empty to, but shouldnt these be filled with usefull information?

If you need images you can get them from /api/series.

I’m not a fan of the current implementation of returning the full series and episode, so I’m not concerned about the missing images, at least at this time.