module Ollama::DTO::ClassMethods

def attr_reader(*names)

def attr_reader(*names)
  super
  attributes.merge(names.map(&:to_sym))
end