"media" (MLS Photos)

media: { 
	primaryListingImageUrl: [string],
  photosCount: [string],
  photosList: [array]
}

Sample Object from "photosList" array

  • each of the fields in this object are URLs (type: [string])
{
    lowRes: [string],
    midRes: [string],
    highRes: [string]
}