Hey, I’m trying to retrieve official releases for a particular artists. Very similar to Album section on the main site (Marilyn Manson as an example)

Here we have 9 Album Release-Groups. I get these groups via this request, but there is not release dates.
I can find release date on a Release-Group resource via this query, but can’t filter out Compilations (other non-album Release-Groups) from there.
Can anybody help me either to include first-release-date to the first query or filter out everything except albums in secondary-type?
Sure I can take advantage of paging and merge these two requests, but is there any better queries, so that I can use a single query to get albums for a particular artist?