Is there a way to import (or otherwize) bring in shared fields into a record? (if not..this would be soooo great) e.g, like this ``` record :foobar do required :highlight_id, :string import '../shared/all_events' end ```