According with https://tools.ietf.org/html/draft-kelly-json-hal-08#page-6 json has key for field with collection in embedded. Like this: ``` "_embedded": { "orders": [ // objects list ``` How I can set this key with php-hal? Do you have any solution or interested in pull request for this issue?