[
  {
    "id": 1,
    "name": "Maradona Parking Lot",
    "address": "12 Buenos Aires Ave Seattle, WA",
    "coordinates": {
      "lat": -34.397,
      "lng": 150.644
    },
    "hourly_price": "$1.00",
    "rating": 4.5,
    "total_spots": 100,
    "available_spots": 50,
    "image": "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60"
  },
  {
    "id": 2,
    "name": "Geek Community Center",
    "address": "34 20th St Sacramento, CA",
    "coordinates": {
      "lat": -34.397,
      "lng": 150.644
    },
    "hourly_price": "$2.00",
    "rating": 4.7,
    "total_spots": 50,
    "available_spots": 45,
    "image": "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60"
  },
  {
    "id": 3,
    "name": "Bossa Nova Parking",
    "address": "56 Rio St Santa Barbara, CA",
    "coordinates": {
      "lat": -34.397,
      "lng": 150.644
    },
    "hourly_price": "$2.50",
    "rating": 3.8,
    "total_spots": 75,
    "available_spots": 50,
    "image": "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60"
  },
  {
    "id": 4,
    "name": "HiTech Garage",
    "address": "78 Harrison Ave Detroit, MI",
    "coordinates": {
      "lat": -34.397,
      "lng": 150.644
    },
    "hourly_price": "$3.00",
    "rating": 4.9,
    "total_spots": 200,
    "available_spots": 67,
    "image": "https://images.unsplash.com/photo-1518806118471-f28b20a1d79d?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=800&q=60"
  }
]