class ActiveStorage::Attached::Changes::CreateMany

def attachments

def attachments
  @attachments ||= subchanges.collect(&:attachment)
end