async function fetchLaundryAsync (subs) {
  const {laundry} = api.assertSubjects({laundry: subs.laundry})
  return laundry.toRest()
}