hello devs, I have this object I get from an api
"title": "tere",
"price": "43",
"guestNumber": "3",
"details": "dsdfsdf",
"hotelId": 2,
"image": "C:\\fakepath\\happy-bg.jpeg",
"fileSource": {}
}```
and fileSource is this
```fileSource: File { name: "happy-bg.jpeg", lastModified: 1659786869118, size: 62310, … }
lastModified: 1659786869118
name: "happy-bg.jpeg"
size: 62310
type: "image/jpeg"```
I have tried all possible ways to access the File without prevailing.