retrieve related records using backbone

I see that it's possible to retrieve a record's related records using the rest api:

app.api.call('getRelatedRecord', '/rest/v10/:module/:recordId/link/:relatedModule/', callbacks);

Is it possible to accomplish this with the record's Backbone model itself?