# Helpers.Model 

Models are functions which are responsible for converting a parsed
document or data source into an Entity.  Models define the attributes,
relationships, statuses, and capabilities of an Entity in the project.

## Specifications

### Models should export a function or an object 

### Models can export a create function

### Models can export a validator function 

### Models can export an action object
