Why doesn't the API return a link to the photo?

System Information
  • Strapi Version: v4.10.6
  • Operating System: Windows 10
  • Database: sqlite
  • Node Version: v18.15.0
  • NPM Version: 9.5.0

I created a collection that contains a name and a photo, but the API does not display any information that could redirect me to the photo, anyone know what the problem is ?

{
    "data": [
        {
            "id": 1,
            "attributes": {
                "name": "Fotka",
                "createdAt": "2023-05-25T15:36:48.328Z",
                "updatedAt": "2023-05-25T21:11:41.168Z",
                "publishedAt": "2023-05-25T15:36:49.538Z"
            }
        }
    ],
    "meta": {
        "pagination": {
            "page": 1,
            "pageSize": 25,
            "pageCount": 1,
            "total": 1
        }
    }
}