Many-Valued Associations, http rest server

Hi,
  I have one Many-Valued Associations, defined has eager load, the object e correctly loaded.
  Defined as Lazy, the proxy is correctly loaded  and later to load the object
      ...
     CreateAlias('FriendList', 'FriendList', TFetchMode.Eager) //is this correct?
     ...
 Problem: the FriendsList is never loaded, so i can't send a MVA to rest Client.
 In case off associations this works fine.

Thanks

Hi Wagner
  there's something new about it?
  Thanks

Hi Wagner
  there's something new about it?
  Thanks