blob: f0ba4196bfb9bc215d3604e02a816a5d7baeecf7 (
plain)
1
2
3
4
5
6
7
|
export default {
relations: (relation, spec) =>
({page: relation('listTracksWithExtra', spec, 'sheetMusicFiles', 'array')}),
generate: (relations) =>
relations.page.slot('hash', 'sheet-music-files'),
};
|