module Models
    class UnitType < ::String
      VALUES = %w(Chars Words Pages Documents).freeze

      def self.new(string)