How to display Google My Business photo from Place Photo

Hello Everyone,

I have a headache with Google My Business Photo display. I will be grateful for your help.
Note: It is not a problem coming from Wappler. It is just a general knowledge I am asking.

I created an api from Google My Business from near by. I was able to retrieve all the details of the place for certain location. As you can see below:

The problem is the photos. There are not showing if it I try to retrieve them.

I also followed the steps Google My Business Photo:

I am not sure if the value should be in the img tag or not. If so, what will be the exact value to write:

I already tried:

```<img class="card-img img-fluid" dmx-bind:src="photos[0].photo_reference" >
```<img class="card-img img-fluid" dmx-bind:src="photos[0].html_attributions[0].$value" >
```<img class="card-img img-fluid" dmx-bind:src="photos[0].html_attributions">
```<img class="card-img img-fluid" dmx-bind:src="photos">
```<div dmx-repeat:repeat2="photos"><img class="card-img img-fluid" dmx-bind:src="html_attributions[0].$value"></div>

If someone can tell me what I am doing wrong here. It will be very kind.

Thank you for your helps.