|< < 24 > >|
project( select( join(Artist, Album), name == 'The Detroit Cobras') [title])
project( select( join(Artist, Album), title == My Aim is True') [name])
Schema