@Server
container
    .Register<Foo>("bar")
    .Get<BarController>();
        
@Client
{
    "data": {
        "id": 1,
        "name": "foo"
    },
    "links": {
        "bar": "/api/bar"
    }
}