class Attio::Util::IdExtractor

def common_keys

def common_keys
  @common_keys ||= %i[
    id
    record_id
    workspace_member_id
    webhook_id
    attribute_id
    object_id
    list_id
    note_id
    comment_id
    task_id
    entry_id
    thread_id
  ].freeze
end