I had to check for the null. Changing to following fixed the issue, did it for all the properties:
loadedPlaces[0]?.title
I had to check for the null. Changing to following fixed the issue, did it for all the properties:
loadedPlaces[0]?.title