UI Extension: resolve link entries in getEntries

Hi, I am building a page ui extension and i am trying to resolve the links within an entry. I tried the following command:

await sdk.space.getEntries({
 content_type: 'article',
 limit: 5,
 skip: 5,
 include: 10
})

But its not resolving any linked entries. Is this not supported in the ui extension api?