Problem with cloud function return

Hello,

I have the following code :

  const info = {
        name: results.get('name'),
        image: results.get('image'),
        description: results.get('description'),
        external_url: results.get('external_url'),
    } ;
    return(info) ;

and when I check the result I have the following text in addition.
{ā€œresultā€:{ā€œnameā€:ā€œBeta Libraeā€,ā€œimageā€:ā€œhttps://ipfs.moralis.io:2053/ipfs/QmW...tude","valueā€:2.61}]}}

Is it possible to delete the result key ?

Thank you

It is not possible to remove that result part