A relation albums on Artist can be queried just as Artist can be, like this:
albums
Artist
artist.albums() .orderBy('name') .get()
There was an error while loading. Please reload this page.