Different ways to list related records

Say I have a resource and its model hasMany relations. I know that I could create a second resource for the related model, and then list the related records on the first resource's view page (via RelationManager). However I'm wondering if there's an alternative/standardized way to list records without creating a second resource for the related model?
Was this page helpful?