Help for this page
Music::Artist->has_many(cds => 'Music::CD'); my @cds = $artist->cds(year => 1980, limit => 100, offset => 100);