blob: 209066a96c8023ec385e4ae7aaefe75631fa524a (
plain)
1
2
3
4
5
6
7
8
9
10
  | 
export default {
  relations: (relation) =>
    ({link:
        relation(
          'linkStationaryIndex',
          'localized.listingIndex',
          'listingIndex.title')}),
  generate: (relations) => relations.link,
};
  |