Imagine a book has multiple authors. You want to fetch an author, their books, and all the other co-authors for those books. `/authors/123?include=books.authors` Currently, if you do this, it will blow away all relationships on `books` instead of rendering correctly.