module Models
    class OrderStatistics < Model
      attribute :documents_count, type: Types::Coercible::Int
      attribute :pages_count,     type: Types::Coercible::Int
      attribute :words_count,     type: Types::Coercible::Int