= new NoisyPetStore(); petStore.addPet(new Cow());System.out.println("The rest of the petstore goes: " + petStore.makeHugeNoise()); //meow
System.out.println("I bought another a
Pet = connectToStores(Pet, [PetStore, OwnerStore], (props) => { pet : PetStore.getOne(props.id),
owner : OwnerStore.getOne(ownerId), // this should come from pet.owner_id