This is a major refactor, but Hyperclient should not differntiate between `links` and `embeded` they are all resource with more or less information. Instead of accessing `client.links.posts.first` or `client.embedded.posts.first` one should be able to simply access `client.resources.posts.first`