« get me outta code hell
1 2 3 4 5 6 7 8 9 10
export default { relations: (relation) => ({link: relation( 'linkStationaryIndex', 'localized.newsIndex', 'newsIndex.title')}), generate: (relations) => relations.link, };