We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
A relation albums on Artist can be queried just as Artist can be, like this:
albums
Artist
artist.albums() .orderBy('name') .get()