Meetup::with(['city:id,longitude,latitude']) ->select([ 'meetups.id', 'meetups.city_id', 'meetups.name', ]) ->get(), ]; } }; ?>