« get me outta code hell
1 2 3 4 5 6
export default { relations: (relation, artist) => ({link: relation('linkThing', 'localized.artist', artist)}), generate: (relations) => relations.link, };