There was an error while loading. Please reload this page.
new example on #17:
model Artist { has UInt $.id is column{ :id }; has CD @.cds is relationship{ .artist-id }; has Tracks @.tracks = $!cds.flatmap: *.tracks; }