module Entities
    class Person < Base
      attribute :id, Integer
      attribute :account_id, Integer
      attribute :name, String