if `User.Profile == null` we will still return the profile link ``` /users?include=profile { "relationships": { "profile": { "links": { "self": "/users/1/profile" } } } } ```