class Attio::Thread

def to_h

def to_h
  {
    id: id,
    comments: comments,
    created_at: created_at&.iso8601
  }.compact
end