Excluding assets metadata in the response

Hi,
I was wondering whether there was a possibility to “narrow” the CDN response for an image: if I just needed an image URL, I would like to avoid all that useless metadata (already parsed and resolved by JS SDK, or it would be more verbose):

"metadata": {
		"tags": []
	  },
	  "sys": {
		"space": {
		  "sys": {
			"type": "Link",
			"linkType": "Space",
			"id": "kgvyn12n9qwu"
		  }
		},
		"id": "5H4l20CMUJeEmFkSCCwX9a",
		"type": "Asset",
		"createdAt": "2022-11-24T16:20:40.468Z",
		"updatedAt": "2022-11-24T16:21:38.437Z",
		"environment": {
		  "sys": {
			"id": "master",
			"type": "Link",
			"linkType": "Environment"
		  }
		},
		"revision": 2,
		"locale": "it-IT"
	},

Can I get rid of createdAt, updatedAt, the fields level for any linked entry and whatever else?