``` // models/page.js pageComponents: hasMany('page-component') // models/page-component.js items: hasMany('page-component', { inverse: null }) ``` the `items` of the initial relationship are not fetched from the api and stored in the shoebox.