Using cy.request():

I can see cy:request logs on terminal:

But if I use cypress API plugin (very useful for debug):

I see the request has a cy:command:

Would it be possible to see them has a request for having the response status and body on logs?
Many thanks in advance :)