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