How can I create links object using noentityframework such as the following; ``` { "data": { "type": "user", "id": "1f42940ba0b046188b46ff43c6872eb4", "links": { "self": "https://www.example.com/api/v1/users/1f42940ba0b046188b46ff43c6872eb4" }, "attributes": { "givenName": "Fyodor Mikhailovich", "familyName": "Dostoyevsky" } } } ```