Skip to content

Instantly share code, notes, and snippets.

@ralphschuler
Last active July 21, 2024 05:46
Show Gist options
  • Save ralphschuler/eac07662a4e43f126dfa4d448337b9f4 to your computer and use it in GitHub Desktop.
Save ralphschuler/eac07662a4e43f126dfa4d448337b9f4 to your computer and use it in GitHub Desktop.
openapi:%203.1.0%0Ainfo%3A%0A%20%20title%3A%20Notion%20API%0A%20%20description%3A%20%22Hello%20and%20welcome!%5Cn%5CnTo%20make%20use%20of%20this%20API%20collection%20collection%20as%20it's%20written,%20please%20duplicate%20%5Bthis%20database%20template%5D(https%3A//www.notion.so/8e2c2b769e1d47d287b9ed3035d607ae?v=dc1b92875fb94f10834ba8d36549bd2a).%5Cn%5Cn%5CuFEFFUnder%20the%20%60Variables%60%20tab,%20add%20your%20environment%20variables%20to%20start%20making%20requests.%20You%20will%20need%20to%20%5Bcreate%20an%20integration%5D(https://www.notion.so/my-integrations)%20to%20retrieve%20an%20API%20token.%20You%20will%20also%20need%20additional%20values,%20such%20as%20a%20database%20ID%20and%20page%20ID,%20which%20can%20be%20found%20in%20your%20Notion%20workspace%20or%20from%20the%20database%20template%20mentioned%20above.%5Cn%5CnFor%20our%20full%20documentation,%20including%20sample%20integrations%20and%20guides,%20visit%20%5Bdevelopers.notion.com%5D(https://developers.notion.com/)%5CuFEFF.%5Cn%5CnPlease%20note:%20Pages%20that%20are%20parented%20by%20a%20database%20_must_%20have%20the%20same%20properties%20as%20the%20parent%20database.%20If%20you%20are%20not%20using%20the%20database%20template%20provided,%20the%20request%20%60body%60%20for%20the%20page%20endpoints%20included%20in%20this%20collection%20should%20be%20updated%20to%20match%20the%20properties%20in%20the%20parent%20database%20being%20used.%20See%20documentation%20for%20%5BCreating%20a%20page%5D(https://developers.notion.com/reference/post-page)%20for%20more%20information.%5Cn%5CnTo%20learn%20more%20about%20creating%20an%20access%20token,%20see%20our%20%5Bofficial%20documentation%5D(https://developers.notion.com/reference/create-a-token)%20and%20read%20our%20%5BAuthorization%5D(https://developers.notion.com/docs/authorization%23step-3-send-the-code-in-a-post-request-to-the-notion-api)%20guide.%5Cn%5CnNeed%20more%20help?%20Join%20our%20%5Bdeveloper%20community%20on%20Slack%5D(https://join.slack.com/t/notiondevs/shared_invite/zt-20b5996xv-DzJdLiympy6jP0GGzu3AMg)%5CuFEFF.%22%0A%20%20version:%201.0.0%0Aservers:%0A%20%20-%20url:%20https://api.notion.com%0Acomponents:%0A%20%20securitySchemes:%0A%20%20%20%20bearerAuth:%0A%20%20%20%20%20%20type:%20http%0A%20%20%20%20%20%20scheme:%20bearer%0Asecurity:%0A%20%20-%20bearerAuth:%20%5B%5D%0Atags:%0A%20%20-%20name:%20Users%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20All%20actions%20in%20a%20Notion%20workspace%20are%20associated%20to%20a%0A%20%20%20%20%20%20%5Buser%5D(https://developers.notion.com/reference/user),%20whether%20it%20be%20a%20bot%0A%20%20%20%20%20%20via%20a%20%5BNotion%0A%20%20%20%20%20%20integration%5D(https://developers.notion.com/docs/getting-started)%20or%20a%0A%20%20%20%20%20%20person%20interacting%20with%20Notion%E2%80%99s%20UI.%0A%0A%0A%20%20%20%20%20%20These%20endpoints%20allow%20developers%20to%20interact%20with%20users%20programmatically%0A%20%20%20%20%20%20by%20%5Blisting%20all%20users%5D(https://developers.notion.com/reference/get-user),%0A%20%20%20%20%20%20%5Bretrieving%20information%20about%20your%20integration%E2%80%99s%0A%20%20%20%20%20%20bot%5D(https://developers.notion.com/reference/get-self),%20or%20%5Bretrieving%20a%0A%20%20%20%20%20%20specific%20user%5D(https://developers.notion.com/reference/get-user)%20in%20your%0A%20%20%20%20%20%20Notion%20workspace.%0A%0A%0A%20%20%20%20%20%20To%20learn%20more,%20read%20%5BNotion%E2%80%99s%20official%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/user)%20for%20endpoints%0A%20%20%20%20%20%20related%20to%20users.%0A%20%20-%20name:%20Databases%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20Databases%20represent%20collections%20of%20Notion%20pages%20that%20can%20be%0A%20%20%20%20%20%20%5Bsorted%5D(https://developers.notion.com/reference/post-database-query-sort)%0A%20%20%20%20%20%20and%0A%20%20%20%20%20%20%5Bqueried%5D(https://developers.notion.com/reference/post-database-query).%0A%20%20%20%20%20%20Each%20database%20will%20have%20a%20schema%20(or%20properties)%20that%20represent%20the%0A%20%20%20%20%20%20columns%20in%20the%20database%20table.%20Notion%20offers%20several%20types%20of%20properties,%0A%20%20%20%20%20%20as%20described%20in%20the%20%5Bofficial%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/property-object).%0A%0A%0A%20%20%20%20%20%20These%20database-related%20endpoints%20allow%20developers%20to%20work%20with%20databases%0A%20%20%20%20%20%20programmatically%20by%0A%20%20%20%20%20%20%5Bcreating%5D(https://developers.notion.com/reference/create-a-database),%0A%20%20%20%20%20%20%5Bretrieving%5D(https://developers.notion.com/reference/retrieve-a-database),%0A%20%20%20%20%20%20and%20%5Bupdating%5D(https://developers.notion.com/reference/update-a-database)%0A%20%20%20%20%20%20them.%0A%0A%0A%20%20%20%20%20%20To%20learn%20more,%20read%20%5BNotion%E2%80%99s%20official%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/database)%20for%0A%20%20%20%20%20%20endpoints%20related%20to%20databases.%20We%20also%20recommend%20reading%20the%20official%0A%20%20%20%20%20%20Notion%20guide%20for%20%5Bworking%20with%0A%20%20%20%20%20%20databases%5D(https://developers.notion.com/docs/working-with-page-content).%0A%20%20-%20name:%20Pages%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20Pages%20represent%20documents%20in%20Notion%20workspaces%20that%20can%20be%20created%20in%20a%0A%20%20%20%20%20%20workspace%20directly%20or%20organized%20within%20in%20a%20Notion%20database.%0A%0A%0A%20%20%20%20%20%20These%20page-related%20endpoints%20allow%20developers%20to%20work%20with%20pages%0A%20%20%20%20%20%20programmatically%20by%0A%20%20%20%20%20%20%5Bcreating%5D(https://developers.notion.com/reference/post-page),%0A%20%20%20%20%20%20%5Bretrieving%5D(https://developers.notion.com/reference/retrieve-a-page),%0A%20%20%20%20%20%20%5Bupdating%5D(https://developers.notion.com/reference/patch-page),%20and%0A%20%20%20%20%20%20%5Barchiving%5D(https://developers.notion.com/reference/archive-a-page)%20them.%0A%0A%0A%20%20%20%20%20%20To%20learn%20more,%20read%20%5BNotion%E2%80%99s%20official%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/page)%20for%20endpoints%0A%20%20%20%20%20%20related%20to%20pages.%20We%20also%20recommend%20reading%20the%20official%20Notion%20guide%20for%0A%20%20%20%20%20%20%5Bworking%20with%20page%0A%20%20%20%20%20%20content%5D(https://developers.notion.com/docs/working-with-page-content).%0A%20%20-%20name:%20Blocks%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20A%20block%20represents%20a%20piece%20of%20content%20in%20a%20Notion%20workspace.%20All%20Notion%0A%20%20%20%20%20%20pages%20are%20composed%20of%20a%20series%20of%20blocks.%20Blocks%20can%20vary%20in%20type,%0A%20%20%20%20%20%20including%20(but%20not%20limited%20to)%20headers,%20styled%20text,%20images,%20tables,%20and%0A%20%20%20%20%20%20more.%20To%20see%20a%20complete%20list%20of%20block%20types,%20refer%20to%20Notion%E2%80%99s%20%5Bofficial%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/page-property-values%23type-objects).%0A%0A%0A%20%20%20%20%20%20These%20block-related%20endpoints%20allow%20developers%20to%20work%20with%20blocks%0A%20%20%20%20%20%20programmatically%20by%0A%20%20%20%20%20%20%5Bcreating%5D(https://developers.notion.com/reference/patch-block-children),%0A%20%20%20%20%20%20%5Bretrieving%5D(https://developers.notion.com/reference/retrieve-a-block),%0A%20%20%20%20%20%20%5Bupdating%5D(https://developers.notion.com/reference/update-a-block),%20and%0A%20%20%20%20%20%20%5Bdeleting%5D(https://developers.notion.com/reference/delete-a-block)%20them%0A%20%20%20%20%20%20from%20Notion%20pages.%0A%0A%0A%20%20%20%20%20%20To%20learn%20more,%20read%20%5BNotion%E2%80%99s%20official%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/block)%20for%0A%20%20%20%20%20%20endpoints%20related%20to%20blocks.%20We%20also%20recommend%20reading%20the%20official%20Notion%0A%20%20%20%20%20%20guides%20for%20%5Bworking%20with%20page%0A%20%20%20%20%20%20content%5D(https://developers.notion.com/docs/working-with-page-content)%0A%20%20%20%20%20%20(a.k.a.%20blocks)%20and%20%5Bworking%20with%20files%20and%0A%20%20%20%20%20%20media%5D(https://developers.notion.com/docs/working-with-files-and-media).%0A%20%20-%20name:%20Search%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20Search%20all%20pages%20and%20databases%20shared%20with%20your%20Notion%20integration.%20To%0A%20%20%20%20%20%20learn%20more,%20read%20Notion%E2%80%99s%20%5Bofficial%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/post-search)%20for%0A%20%20%20%20%20%20the%20Public%20API%20endpoints.%0A%20%20-%20name:%20Comments%0A%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20%5BComments%5D(https://developers.notion.com/reference/comment-object)%20can%20be%0A%20%20%20%20%20%20added%20to%20a%20page%20or%20inline%20(i.e.,%20to%20blocks).%20%20%0A%0A%20%20%20%20%20%20These%20comment-related%20endpoints%20allow%20developers%20to%20work%20with%20comments%0A%20%20%20%20%20%20programmatically%20by%0A%20%20%20%20%20%20%5Bcreating%5D(https://developers.notion.com/reference/create-a-comment)%20and%0A%20%20%20%20%20%20%5Bretrieving%5D(https://developers.notion.com/reference/retrieve-a-block)%0A%20%20%20%20%20%20them.%20%20%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20To%20learn%20more,%20read%20%5BNotion%E2%80%99s%20official%0A%20%20%20%20%20%20documentation%5D(https://developers.notion.com/reference/comment-object)%20for%0A%20%20%20%20%20%20endpoints%20related%20to%20comments.%20We%20also%20recommend%20reading%20the%20official%0A%20%20%20%20%20%20Notion%20guide%20for%20%5Bworking%20with%0A%20%20%20%20%20%20comments%5D(https://developers.notion.com/docs/working-with-comments).%0Apaths:%0A%20%20/v1/users/%7Bid%7D:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Users%0A%20%20%20%20%20%20summary:%20Retrieve%20a%20user%0A%20%20%20%20%20%20description:%20Retrieve%20a%20user%20object%20using%20the%20ID%20specified%20in%20the%20request%20path.%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BUSER_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2021:47:15%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2021:47:15%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%229b-qoibMBKquYk09T0oogqvLGu9qu4%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2be42d784c97c3-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Aman%20Gupta%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20avatar_url:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20person%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20person:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20email:%20XXXXXXXXXXX%0A%20%20/v1/users:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Users%0A%20%20%20%20%20%20summary:%20List%20all%20users%0A%20%20%20%20%20%20description:%20Returns%20a%20paginated%20list%20of%20user%20objects%20for%20a%20workspace%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2021:48:25%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2021:48:25%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%226e4-sni6uhyjO+1Rwt4GEaScNm+SLr4%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2be5e27e9797c3-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Aman%20Gupta%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20avatar_url:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20person%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20person:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20email:%20XXXXXXXXXX%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Leotastic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20avatar_url:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20bot%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bot:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20owner:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20workspace%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20workspace:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20/v1/users/me:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Users%0A%20%20%20%20%20%20summary:%20Retrieve%20your%20token%E2%80%99s%20bot%20user%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:56:24%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:56:24%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22a5-8nKyiCE+m0Dwog4u0m9EY+DyENY%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c497a6f659452-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Leotastic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20avatar_url:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20bot%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bot:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20owner:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20workspace%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20workspace:%20true%0A%20%20/v1/databases/%7Bid%7D:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Databases%0A%20%20%20%20%20%20summary:%20Retrieve%20a%20database%0A%20%20%20%20%20%20description:%20'Retrieves%20a%20database%20object%20using%20the%20ID%20specified%20in%20the%20request%20path.%20'%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BDATABASE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2002%20Mar%202022%2005:19:28%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Thu,%2003%20Mar%202022%2005:19:28%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22110f-R5+JLAgaiYySC0RHfDR5I4HPYWU%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e57ad7a19c482ab-IAD%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:14:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Score%20/5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209b1e1349-8e24-40ba-bbca-84a61296bc81%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2066d3d050-086c-4a91-8c56-d55dc67e7789%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20d3782c76-0396-467f-928e-46bf0c9d5fba%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Type%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204ac85597-5db1-4e0a-9c02-445575c38f76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20TV%20Series%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%202991748a-5745-4c3b-9c9b-2d6846a6fa1f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Film%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082f3bace-be25-410d-87fe-561c9c22492f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Podcast%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20861f1076-1cc4-429a-a781-54947d727a4a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Academic%20Journal%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209cc30548-59d6-4cd3-94bc-d234081525c4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Essay%20Resource%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201b9b0c0c-17b0-4292-ad12-1364a51849de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Netflix%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f3533637-278f-4501-b394-d9753bf3c101%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Indie%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20brown%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20e70d713c-4be4-4b40-a44d-fb413c8b9d7e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Bon%20Appetit%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209c2bd667-0a10-4be4-a044-35a537a14ab9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Franklin%20Institute%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20pink%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206849b5f0-e641-4ec5-83cb-1ffe23011060%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Springer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20orange%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206a5bff63-a72d-4464-a5d0-1a601af2adf6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Emerald%20Group%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20gray%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Summary%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publishing/Release%20Date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Link%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Read%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Status%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2059aa9043-07b4-4bf4-8734-3164b13af44a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Finished%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f961978d-02eb-4998-933a-33c2ec378564%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Listening%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201d450853-b27a-45e2-979f-448aa1bd35de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Watching%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Author%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2015592971-7b30-43d5-9406-2eb69b13fcae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Spencer%20Greenberg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b80a988e-dccf-4f74-b764-6ca0e49ed1b8%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Seth%20Stephens-Davidowitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%200e71ee06-199d-46a4-834c-01084c8f76cb%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Andrew%20Russell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205807ec38-4879-4455-9f30-5352e90e8b79%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Lee%20Vinsel%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204cf10a64-f3da-449c-8e04-ce6e338bbdbd%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Megan%20Greenwell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082e594e2-b1c5-4271-ac19-1a723a94a533%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Paul%20Romer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20ae3a2cbe-1fc9-4376-be35-331628b34623%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Karen%20Swallow%20Prior%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20da068e78-dfe2-4434-9fd7-b7450b3e5830%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Judith%20Shulevitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20page_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20page_id:%20c4d39556-6364-46a1-8a61-ebbb668f7445%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.notion.so/8e2c2b769e1d47d287b9ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20patch:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Databases%0A%20%20%20%20%20%20summary:%20Update%20database%20properties%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20New%20Property%20Name%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BDATABASE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:08:21%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:08:21%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%221154-yKzD7frwaV985/9YIfi9OFRzhEo%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c03133bd697c3-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20examples:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-0:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Update%20a%20Database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:08:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Score%20/5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209b1e1349-8e24-40ba-bbca-84a61296bc81%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2066d3d050-086c-4a91-8c56-d55dc67e7789%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20d3782c76-0396-467f-928e-46bf0c9d5fba%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20/7eo%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Type%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204ac85597-5db1-4e0a-9c02-445575c38f76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20TV%20Series%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%202991748a-5745-4c3b-9c9b-2d6846a6fa1f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Film%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082f3bace-be25-410d-87fe-561c9c22492f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Podcast%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20861f1076-1cc4-429a-a781-54947d727a4a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Academic%20Journal%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209cc30548-59d6-4cd3-94bc-d234081525c4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Essay%20Resource%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%3E$Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201b9b0c0c-17b0-4292-ad12-1364a51849de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Netflix%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f3533637-278f-4501-b394-d9753bf3c101%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Indie%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20brown%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20e70d713c-4be4-4b40-a44d-fb413c8b9d7e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Bon%20Appetit%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209c2bd667-0a10-4be4-a044-35a537a14ab9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Franklin%20Institute%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20pink%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206849b5f0-e641-4ec5-83cb-1ffe23011060%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Springer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20orange%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206a5bff63-a72d-4464-a5d0-1a601af2adf6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Emerald%20Group%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20gray%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'?%5C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Summary%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'?ex+'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publishing/Release%20Date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Link%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Y=H%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Wine%20Pairing%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Read%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%60zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Status%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2059aa9043-07b4-4bf4-8734-3164b13af44a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Finished%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f961978d-02eb-4998-933a-33c2ec378564%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Listening%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201d450853-b27a-45e2-979f-448aa1bd35de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Watching%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Author%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2015592971-7b30-43d5-9406-2eb69b13fcae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Spencer%20Greenberg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b80a988e-dccf-4f74-b764-6ca0e49ed1b8%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Seth%20Stephens-Davidowitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%200e71ee06-199d-46a4-834c-01084c8f76cb%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Andrew%20Russell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205807ec38-4879-4455-9f30-5352e90e8b79%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Lee%20Vinsel%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204cf10a64-f3da-449c-8e04-ce6e338bbdbd%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Megan%20Greenwell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082e594e2-b1c5-4271-ac19-1a723a94a533%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Paul%20Romer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20ae3a2cbe-1fc9-4376-be35-331628b34623%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Karen%20Swallow%20Prior%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20da068e78-dfe2-4434-9fd7-b7450b3e5830%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Judith%20Shulevitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20page_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20page_id:%20c4d39556-6364-46a1-8a61-ebbb668f7445%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.notion.so/8e2c2b769e1d47d287b9ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-1:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Update%20a%20Database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:08:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Ever%20Better%20Reading%20List%20Title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Score%20/5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209b1e1349-8e24-40ba-bbca-84a61296bc81%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2066d3d050-086c-4a91-8c56-d55dc67e7789%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20d3782c76-0396-467f-928e-46bf0c9d5fba%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20/7eo%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Type%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204ac85597-5db1-4e0a-9c02-445575c38f76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20TV%20Series%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%202991748a-5745-4c3b-9c9b-2d6846a6fa1f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Film%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082f3bace-be25-410d-87fe-561c9c22492f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Podcast%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20861f1076-1cc4-429a-a781-54947d727a4a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Academic%20Journal%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209cc30548-59d6-4cd3-94bc-d234081525c4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Essay%20Resource%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%3E$Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201b9b0c0c-17b0-4292-ad12-1364a51849de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Netflix%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f3533637-278f-4501-b394-d9753bf3c101%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Indie%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20brown%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20e70d713c-4be4-4b40-a44d-fb413c8b9d7e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Bon%20Appetit%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%209c2bd667-0a10-4be4-a044-35a537a14ab9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Franklin%20Institute%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20pink%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206849b5f0-e641-4ec5-83cb-1ffe23011060%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Springer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20orange%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%206a5bff63-a72d-4464-a5d0-1a601af2adf6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Emerald%20Group%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20gray%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'?%5C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Summary%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'?ex+'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Publishing/Release%20Date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Link%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Y=H%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Wine%20Pairing%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Read%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%60zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Status%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2059aa9043-07b4-4bf4-8734-3164b13af44a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Finished%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20f961978d-02eb-4998-933a-33c2ec378564%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Listening%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%201d450853-b27a-45e2-979f-448aa1bd35de%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Watching%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Author%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2015592971-7b30-43d5-9406-2eb69b13fcae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Spencer%20Greenberg%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20b80a988e-dccf-4f74-b764-6ca0e49ed1b8%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Seth%20Stephens-Davidowitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%200e71ee06-199d-46a4-834c-01084c8f76cb%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Andrew%20Russell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%205807ec38-4879-4455-9f30-5352e90e8b79%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Lee%20Vinsel%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%204cf10a64-f3da-449c-8e04-ce6e338bbdbd%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Megan%20Greenwell%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082e594e2-b1c5-4271-ac19-1a723a94a533%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Paul%20Romer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20ae3a2cbe-1fc9-4376-be35-331628b34623%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Karen%20Swallow%20Prior%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20da068e78-dfe2-4434-9fd7-b7450b3e5830%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Judith%20Shulevitz%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20page_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20page_id:%20c4d39556-6364-46a1-8a61-ebbb668f7445%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.notion.so/8e2c2b769e1d47d287b9ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20/v1/databases/%7Bid%7D/query:%0A%20%20%20%20post:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Databases%0A%20%20%20%20%20%20summary:%20Filter%20a%20database%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%20%20%20%20%5C%22filter%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22property%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Status%5C%22,%5Cn%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22equals%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Reading%5C%22%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Authorization%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20Bearer%20secret_t1CdN9S8yicG5eWLUOfhcWaOscVnFXns%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BDATABASE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:00:15%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:00:14%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%221a63-+QDV6pM/Vjm4RPaNIt/bBmTxafA%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2bf734ee3a97c3-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20examples:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-0:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Query%20a%20Database%20(OR)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a1712d54-53e4-4893-a69d-4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-12T06:07:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2018-10-21'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Ethical?%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%20Ethical?%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Who-Will-Teach-Silicon-Valley-to-Be-Ethical-a1712d5453e44893a69d4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20557ef501-bfdb-4586-918e-4434f31bca8c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2066d3d050-086c-4a91-8c56-d55dc67e7789%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%209cc30548-59d6-4cd3-94bc-d234081525c4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Essay%20Resource%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2016-10-03'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.theatlantic.com/entertainment/archive/2016/03/how-jane-eyre-created-the-modern-self/460461/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20ae3a2cbe-1fc9-4376-be35-331628b34623%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Karen%20Swallow%20Prior%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Jane%20Eyre%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Jane%20Eyre%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%20and%20the%20Invention%20of%20Self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%20and%20the%20Invention%20of%20Self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Jane-Eyre-and-the-Invention-of-Self-557ef501bfdb4586918e4434f31bca8c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%207ea694fa-93bb-43ba-b342-90a7706e55aa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Putting%20a%20levy%20on%20targeted%20ad%20revenue%20would%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20give%20Facebook%20and%20Google%20a%20real%20incentive%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20change%20their%20dangerous%20business%20models.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Putting%20a%20levy%20on%20targeted%20ad%20revenue%20would%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20give%20Facebook%20and%20Google%20a%20real%20incentive%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20change%20their%20dangerous%20business%20models.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2019-10-06'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2019/05/06/opinion/tax-facebook-google.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2082e594e2-b1c5-4271-ac19-1a723a94a533%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Paul%20Romer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'A%20Tax%20That%20Could%20Fix%20Big%20Tech%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'A%20Tax%20That%20Could%20Fix%20Big%20Tech%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/A-Tax-That-Could-Fix-Big-Tech-7ea694fa93bb43bab34290a7706e55aa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-1:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Query%20a%20Database%20(AND)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a1712d54-53e4-4893-a69d-4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-12T06:07:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2018-10-21'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Ethical?%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%20Ethical?%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Who-Will-Teach-Silicon-Valley-to-Be-Ethical-a1712d5453e44893a69d4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-2:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Query%20a%20Database%20(Single%20Filter)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20557ef501-bfdb-4586-918e-4434f31bca8c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2066d3d050-086c-4a91-8c56-d55dc67e7789%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%209cc30548-59d6-4cd3-94bc-d234081525c4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Essay%20Resource%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2016-10-03'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.theatlantic.com/entertainment/archive/2016/03/how-jane-eyre-created-the-modern-self/460461/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20ae3a2cbe-1fc9-4376-be35-331628b34623%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Karen%20Swallow%20Prior%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Jane%20Eyre%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Jane%20Eyre%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%20and%20the%20Invention%20of%20Self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%20and%20the%20Invention%20of%20Self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Jane-Eyre-and-the-Invention-of-Self-557ef501bfdb4586918e4434f31bca8c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a1712d54-53e4-4893-a69d-4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-12T06:07:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20b7307e35-c80a-4cb5-bb6b-6054523b394a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c5ee409a-f307-4176-99ee-6e424fa89afa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20NYT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2018-10-21'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205925ba22-0126-4b58-90c7-b8bbb2c3c895%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Reading%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20833e2c78-35ed-4601-badc-50c323341d76%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Kara%20Swisher%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Ethical?%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%20Ethical?%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Who-Will-Teach-Silicon-Valley-to-Be-Ethical-a1712d5453e44893a69d4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20/v1/databases/:%0A%20%20%20%20post:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Databases%0A%20%20%20%20%20%20summary:%20Create%20a%20database%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%20%20%20%20%5C%22parent%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22type%5C%22:%20%5C%22page_id%5C%22,%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22page_id%5C%22:%20%5C%22%7B%7BPAGE_ID%7D%7D%5C%22%5Cn%20%20%20%20%7D,%5Cn%20%20%20%20%5C%22title%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%20%5C%22text%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22Grocery%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20List%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22link%5C%22:%20null%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D,%5Cn%20%20%20%20%5C%22properties%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22Name%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22:%20%7B%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Description%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22rich_text%5C%22:%20%7B%7D%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22In%20stock%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22checkbox%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Food%20group%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22options%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22%F0%9F%A5%A6Vegetable%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22green%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22%F0%9F%8D%8EFruit%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22red%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22%F0%9F%92%AAProtein%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22yellow%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Price%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22number%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22format%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22dollar%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Last%20ordered%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22date%5C%22:%20%7B%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Store%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20availability%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22multi_select%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22multi_select%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22options%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Duc%20Loi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Market%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22blue%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Rainbow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Grocery%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22gray%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Nijiya%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Market%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22purple%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Gus's%20Community%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Market%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22yellow%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22+1%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22people%5C%22:%20%7B%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Photo%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22files%5C%22:%20%7B%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%7D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:06:41%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:06:41%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22800-juUK1tb1m7Mr+tDAal5QWEVyRL8%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c00a2bff697c3-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20database%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2023cde96c-0ad8-41d8-bfa2-b477c63dd52a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-02-24T22:06:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:06:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Grocery%20List%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Grocery%20List%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Description:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253EWW~'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Description%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Last%20ordered:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20O%255C%253BK%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Last%20ordered%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20In%20stock:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Pya%255C%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20In%20stock%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'+1':%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%255CSky'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20'+1'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20people%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20people:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Photo:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20dSrT%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Photo%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20files%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20files:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Store%20availability:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20jRd%253E%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Store%20availability%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%208e6441ee-8f17-4833-a2fe-68af5dced24f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Duc%20Loi%20Market%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20blue%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2064a9da77-9805-461f-9773-1e176fdbd203%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Rainbow%20Grocery%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20gray%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20012d0436-66a1-4613-a1bd-314b1d1d059b%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Nijiya%20Market%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20purple%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%2063ab31f9-8cbd-4d02-8688-752376f455ea%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Gus's%20Community%20Market%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Food%20group:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20q%255DO%255B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Food%20group%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20392af858-f42f-43ea-a171-7c0ca5c0a683%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%F0%9F%A5%A6Vegetable%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20green%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%20df461a24-14c6-494a-8c61-55775fedbdcd%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%F0%9F%8D%8EFruit%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20id:%200ff22aaa-348e-4194-83c2-67a76dfb10fc%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%F0%9F%92%AAProtein%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Price:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20t%2560jj%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Price%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20number%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20number:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20format:%20dollar%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Name%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20page_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20page_id:%20c4d39556-6364-46a1-8a61-ebbb668f7445%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.notion.so/23cde96c0ad841d8bfa2b477c63dd52a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20/v1/pages/:%0A%20%20%20%20post:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Pages%0A%20%20%20%20%20%20summary:%20Create%20a%20page%20with%20content%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%20%20%20%20%5C%22parent%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%5C%22database_id%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22%7B%7BDATABASE_ID%7D%7D%5C%22%5Cn%20%20%20%20%7D,%5Cn%20%20%20%20%5C%22properties%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Type%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22id%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22f96d0d0a-5564-4a20-ab15-5f040d49759e%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Article%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22default%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Score%20/5%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22id%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%225c944de7-3f4b-4567-b3a1-fa2c71c540b6%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22default%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Name%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22title%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22New%20Media%20Article%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Status%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22id%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%228c4a056e-6709-4dd1-ba58-d34d9480855a%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22Ready%20to%20Start%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22yellow%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Publisher%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22select%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22id%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%2201f82d08-aa1f-4884-a4e0-3bc32f909ec4%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22name%5C%22:%20%5C%22The%20Atlantic%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22red%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Publishing/Release%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Date%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22date%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22start%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%222020-12-08T12:00:00Z%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22end%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20null%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Link%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22url%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%5C%22%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%5C%22Summary%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22rich_text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22Some%20think%20chief%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ethics%20officers%20could%20help%20technology%20companies%20navigate%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20political%20and%20social%20questions.%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22link%5C%22:%20null%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22annotations%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22bold%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20false,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22italic%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20false,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22strikethrough%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20false,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22underline%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20false,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22code%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20false,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22color%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22default%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22plain_text%5C%22:%20%5C%22Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%20social%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20questions.%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22href%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20null%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Read%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22checkbox%5C%22:%20false%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%5C%22children%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22object%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22block%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%20%5C%22heading_2%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22heading_2%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22rich_text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22Lacinato%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20kale%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D,%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22object%5C%22:%20%5C%22block%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22paragraph%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22paragraph%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22rich_text%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%20%5C%22text%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22Lacinato%20kale%20is%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20variety%20of%20kale%20with%20a%20long%20tradition%20in%20Italian%20cuisine,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20especially%20that%20of%20Tuscany.%20It%20is%20also%20known%20as%20Tuscan%20kale,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Italian%20kale,%20dinosaur%20kale,%20kale,%20flat%20back%20kale,%20palm%20tree%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20kale,%20or%20black%20Tuscan%20palm.%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22link%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22url%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22https://en.wikipedia.org/wiki/Lacinato_kale%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Authorization%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20Bearer%20secret_t1CdN9S8yicG5eWLUOfhcWaOscVnFXns%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2002%20Mar%202022%2005:24:58%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Thu,%2003%20Mar%202022%2005:24:58%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%228a3-gcmRViEt7UpvGwWtJJn236x6UKc%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e57b587edb0594a-IAD%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20672b014a-2626-4ada-9211-fb3613d07ae2%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-03-02T05:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-03-02T05:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20672b014a-2626-4ada-9211-fb3613d07ae2%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%20social%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%20technology%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20companies%20navigate%20political%20and%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-672b014a26264ada9211fb3613d07ae2%0A%20%20/v1/pages/%7Bid%7D:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Pages%0A%20%20%20%20%20%20summary:%20Retrieve%20a%20page%0A%20%20%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20%20%20Retrieves%20a%20Page%20object%20using%20the%20ID%20in%20the%20request%20path.%20This%20endpoint%0A%20%20%20%20%20%20%20%20exposes%20page%20properties,%20not%20page%20content.%20%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BPAGE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2002%20Mar%202022%2005:25:32%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Thu,%2003%20Mar%202022%2005:25:32%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22325-KCHYnqvQMvtdpRRceV9twM7idU8%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e57b658a8f97fb2-IAD%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c4d39556-6364-46a1-8a61-ebbb668f7445%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-03-02T05:22:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20emoji%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20emoji:%20%F0%9F%93%95%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20page_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20page_id:%20c1218692-102d-4b47-ab38-c21900b3557b%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Reading%20List%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Reading%20List%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/Reading-List-c4d39556636446a18a61ebbb668f7445%0A%20%20%20%20patch:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Pages%0A%20%20%20%20%20%20summary:%20Archive%20a%20page%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20true%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BPAGE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:15:15%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:15:15%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22183-KR1/QI68/l2Jn+MwQsjthIPU2oM%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c0d2f4884255c-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%202646ac0d-df90-4bab-bb4e-75e3cb972ed1%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-02-24T22:14:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:15:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20child_page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20child_page:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20''%0A%20%20/v1/pages/%7Bpage_id%7D/properties/%7Bproperty_id%7D:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Pages%0A%20%20%20%20%20%20summary:%20Retrieve%20a%20page%20property%20item%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20page_id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BPAGE_ID%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20property_id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2002%20Mar%202022%2005:31:24%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Thu,%2003%20Mar%202022%2005:31:24%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%229b-jhhW07EAsEXZSfnBY3CcGFH2Moo%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e57bef43f860627-IAD%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20property_item%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20/v1/blocks/%7Bid%7D/children:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Blocks%0A%20%20%20%20%20%20summary:%20Retrieve%20block%20children%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20page_size%0A%20%20%20%20%20%20%20%20%20%20in:%20query%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20example:%20'100'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BPAGE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2028%20Apr%202021%2023:53:00%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com/v3%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_browser_id=a1b1f1dd-7731-4a2b-b968-10b475e3b526;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Domain=www.notion.so;%20Path=/;%20Expires=Sun,%2005%20Jan%202053%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2001:39:40%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%2265f3-d0AArGizyGsk597xfjWN7976xCc%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20cf-request-id:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%2009bc7f8a2a00006dc41a11e000000001%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20647435237cce6dc4-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2048c1ffb5-2789-4025-937b-2c35eaaaab3f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20unsupported%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20unsupported:%20%7B%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20e381a0a3-4efb-4ba9-aa93-45b70fa9ce7f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20I%20think%20we%20can%20all%20agree%20that%20Silicon%20Valley%20needs%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20more%20adult%20supervision%20right%20about%20now.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20I%20think%20we%20can%20all%20agree%20that%20Silicon%20Valley%20needs%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20more%20adult%20supervision%20right%20about%20now.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ce5f79ac-8145-44ab-be3b-8ad143d6f8a7%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Is%20the%20solution%20for%20its%20companies%20to%20hire%20a%20chief%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ethics%20officer?%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Is%20the%20solution%20for%20its%20companies%20to%20hire%20a%20chief%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ethics%20officer?%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%200387b374-7847-4ddc-bc53-6b0813ce4ed4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20While%20some%20tech%20companies%20like%20Google%20have%20top%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20compliance%20officers%20and%20others%20turn%20to%20legal%20teams%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%20police%20themselves,%20no%20big%20tech%20companies%20that%20I%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20know%20of%20have%20yet%20taken%20this%20step.%20But%20a%20lot%20of%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20them%20seem%20to%20be%20talking%20about%20it,%20and%20I%E2%80%99ve%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20discussed%20the%20idea%20with%20several%20chief%20executives%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20recently.%20Why?%20Because%20slowly,%20then%20all%20at%20once,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20it%20feels%20like%20too%20many%20digital%20leaders%20have%20lost%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20their%20minds.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20While%20some%20tech%20companies%20like%20Google%20have%20top%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20compliance%20officers%20and%20others%20turn%20to%20legal%20teams%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%20police%20themselves,%20no%20big%20tech%20companies%20that%20I%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20know%20of%20have%20yet%20taken%20this%20step.%20But%20a%20lot%20of%20them%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20seem%20to%20be%20talking%20about%20it,%20and%20I%E2%80%99ve%20discussed%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20idea%20with%20several%20chief%20executives%20recently.%20Why?%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Because%20slowly,%20then%20all%20at%20once,%20it%20feels%20like%20too%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20many%20digital%20leaders%20have%20lost%20their%20minds.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20da035311-5af3-48bc-8279-d28d9f4ef2e2%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20It%E2%80%99s%20probably%20no%20surprise,%20considering%20the%20complex%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20problems%20the%20tech%20industry%20faces.%20As%20one%20ethical%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20quandary%20after%20another%20has%20hit%20its%20profoundly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ill-prepared%20executives,%20their%20once-pristine%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20reputations%20have%20fallen%20like%20palm%20trees%20in%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20hurricane.%20These%20last%20two%20weeks%20alone%20show%20how%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20tech%20is%20stumbling%20to%20react%20to%20big%20world%20issues%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20armed%20with%20only%20bubble%20world%20skills:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20It%E2%80%99s%20probably%20no%20surprise,%20considering%20the%20complex%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20problems%20the%20tech%20industry%20faces.%20As%20one%20ethical%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20quandary%20after%20another%20has%20hit%20its%20profoundly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ill-prepared%20executives,%20their%20once-pristine%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20reputations%20have%20fallen%20like%20palm%20trees%20in%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20hurricane.%20These%20last%20two%20weeks%20alone%20show%20how%20tech%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20is%20stumbling%20to%20react%20to%20big%20world%20issues%20armed%20with%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20only%20bubble%20world%20skills:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2063a60fca-4a11-43eb-8773-c5f0164a3117%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20As%20a%20journalist%20is%20beheaded%20and%20dismembered%20at%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20direction%20of%20Saudi%20Arabian%20leaders%20(allegedly,%20but%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20killers%20did%20bring%20a%20bone%20saw),%20Silicon%20Valley%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20is%20swimming%20in%20oceans%20of%20money%20from%20the%20kingdom%E2%80%99s%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Public%20Investment%20Fund.%20Saudi%20funding%20includes%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20hundreds%20of%20millions%20for%20Magic%20Leap,%20and%20huge%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20investments%20in%20hot%20public%20companies%20like%20Tesla.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Most%20significantly:%20Saudis%20have%20invested%20about%20$45%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20billion%20in%20SoftBank%E2%80%99s%20giant%20Vision%20Fund,%20which%20has%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%20turn%20doused%20the%20tech%20landscape%20%E2%80%94%20$4.4%20billion%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%20WeWork,%20$250%20million%20to%20Slack,%20and%20$300%20million%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%20the%20dog-walking%20app%20Wag.%20In%20total%20Uber%20has%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20gotten%20almost%20$14%20billion,%20either%20through%20direct%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20investments%20from%20the%20Public%20Investment%20Fund%20or%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20through%20the%20Saudis%E2%80%99%20funding%20of%20the%20Vision%20Fund.%20A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20billion%20here,%20a%20billion%20there%20and%20it%20all%20adds%20up.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20As%20a%20journalist%20is%20beheaded%20and%20dismembered%20at%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20direction%20of%20Saudi%20Arabian%20leaders%20(allegedly,%20but%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20killers%20did%20bring%20a%20bone%20saw),%20Silicon%20Valley%20is%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20swimming%20in%20oceans%20of%20money%20from%20the%20kingdom%E2%80%99s%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Public%20Investment%20Fund.%20Saudi%20funding%20includes%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20hundreds%20of%20millions%20for%20Magic%20Leap,%20and%20huge%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20investments%20in%20hot%20public%20companies%20like%20Tesla.%20Most%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20significantly:%20Saudis%20have%20invested%20about%20$45%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20billion%20in%20SoftBank%E2%80%99s%20giant%20Vision%20Fund,%20which%20has%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%20turn%20doused%20the%20tech%20landscape%20%E2%80%94%20$4.4%20billion%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20WeWork,%20$250%20million%20to%20Slack,%20and%20$300%20million%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20dog-walking%20app%20Wag.%20In%20total%20Uber%20has%20gotten%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20almost%20$14%20billion,%20either%20through%20direct%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20investments%20from%20the%20Public%20Investment%20Fund%20or%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20through%20the%20Saudis%E2%80%99%20funding%20of%20the%20Vision%20Fund.%20A%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20billion%20here,%20a%20billion%20there%20and%20it%20all%20adds%20up.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c58c8f1-86ae-4a14-b6b9-74f5fa579620%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%5B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%5B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Kara%20Swisher%20answered%20your%20questions%20about%20her%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20column%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Kara%20Swisher%20answered%20your%20questions%20about%20her%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20column%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20on%20Twitter%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://twitter.com/karaswisher/status/1054842303922298880%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20on%20Twitter%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://twitter.com/karaswisher/status/1054842303922298880%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%5D'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%5D'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20875d3aff-086b-45da-9ed1-bc3ddb185229%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Facebook%20introduced%20a%20new%20home%20video%20device%20called%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Portal,%20and%20promised%20that%20what%20could%20be%20seen%20as%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20surveillance%20tool%20would%20not%20share%20data%20for%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sake%20of%20ad%20targeting.%20Soon%20after,%20as%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Facebook%20introduced%20a%20new%20home%20video%20device%20called%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Portal,%20and%20promised%20that%20what%20could%20be%20seen%20as%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20surveillance%20tool%20would%20not%20share%20data%20for%20the%20sake%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20of%20ad%20targeting.%20Soon%20after,%20as%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20reported%20by%20Recode%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.recode.net/2018/10/16/17966102/facebook-portal-ad-targeting-data-collection%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20reported%20by%20Recode%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.recode.net/2018/10/16/17966102/facebook-portal-ad-targeting-data-collection%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20,%20Facebook%20admitted%20that%20%E2%80%9Cdata%20about%20who%20you%20call%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20data%20about%20which%20apps%20you%20use%20on%20Portal%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20,%20Facebook%20admitted%20that%20%E2%80%9Cdata%20about%20who%20you%20call%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20data%20about%20which%20apps%20you%20use%20on%20Portal%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20can%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20can%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%20be%20used%20to%20target%20you%20with%20ads%20on%20other%20Facebook-owned%20properties.%E2%80%9D%20Oh.%20Um.%20That%E2%80%99s%20awkward.'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%20be%20used%20to%20target%20you%20with%20ads%20on%20other%20Facebook-owned%20properties.%E2%80%9D%20Oh.%20Um.%20That%E2%80%99s%20awkward.'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20306ab0fb-6daa-4c5b-b1f7-f51a5f92b6ff%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20After%20agreeing%20to%20pay%20$20%20million%20to%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Securities%20and%20Exchange%20Commission%20for%20an%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ill-advised%20tweet%20about%20possible%20funding%20(from%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Saudis,%20by%20the%20way),%20the%20Tesla%20co-founder%20Elon%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Musk%20proceeded%20to%20troll%20the%20regulatory%20agency%20on,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20you%20got%20it,%20Twitter.%20And%20even%20though%20the%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20After%20agreeing%20to%20pay%20$20%20million%20to%20the%20Securities%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20Exchange%20Commission%20for%20an%20ill-advised%20tweet%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20about%20possible%20funding%20(from%20the%20Saudis,%20by%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20way),%20the%20Tesla%20co-founder%20Elon%20Musk%20proceeded%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20troll%20the%20regulatory%20agency%20on,%20you%20got%20it,%20Twitter.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20And%20even%20though%20the%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20settlement%20called%20for%20some%20kind%20of%20control%20of%20his%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20communications%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.sec.gov/news/press-release/2018-226%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20settlement%20called%20for%20some%20kind%20of%20control%20of%20his%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20communications%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20https://www.sec.gov/news/press-release/2018-226%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20,%20it%20appears%20that%20Mr.%20Musk%20will%20continue%20tweeting%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20until%20someone%20steals%20his%20phone.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20,%20it%20appears%20that%20Mr.%20Musk%20will%20continue%20tweeting%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20until%20someone%20steals%20his%20phone.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20122b1457-4129-4513-abaa-7cce7d66e4a1%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Finally,%20Google%20took%20six%20months%20to%20make%20public%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20that%20user%20data%20on%20its%20social%20network,%20Google%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Plus,%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Finally,%20Google%20took%20six%20months%20to%20make%20public%20that%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20user%20data%20on%20its%20social%20network,%20Google%20Plus,%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20had%20been%20exposed%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/08/technology/google-plus-security-disclosure.html?module=inline%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20had%20been%20exposed%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/08/technology/google-plus-security-disclosure.html?module=inline%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%20and%20that%20profiles%20of%20up%20to%20500,000%20users%20may%20have%20been%20compromised.%20While%20the%20service%20failed%20long%20ago,%20because%20it%20was%20pretty%20much%20designed%20by%20antisocial%20people,%20this%20lack%20of%20concern%20for%20privacy%20was%20profound.'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%20and%20that%20profiles%20of%20up%20to%20500,000%20users%20may%20have%20been%20compromised.%20While%20the%20service%20failed%20long%20ago,%20because%20it%20was%20pretty%20much%20designed%20by%20antisocial%20people,%20this%20lack%20of%20concern%20for%20privacy%20was%20profound.'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%204d4af599-556f-4d8b-af8e-4d01ebe2aa27%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Grappling%20with%20what%20to%20say%20and%20do%20about%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20disasters%20they%20themselves%20create%20is%20only%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20beginning.%20Then%20there%20are%20the%20broader%20issues%20that%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20denizens%20of%20Silicon%20Valley%20expect%20their%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20employers%20to%20have%20a%20stance%20on:%20immigration,%20income%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20inequality,%20artificial%20intelligence,%20automation,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20transgender%20rights,%20climate%20change,%20privacy,%20data%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rights%20and%20whether%20tech%20companies%20should%20be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20helping%20the%20government%20do%20controversial%20things.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20It%E2%80%99s%20an%20ethical%20swamp%20out%20there.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Grappling%20with%20what%20to%20say%20and%20do%20about%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20disasters%20they%20themselves%20create%20is%20only%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20beginning.%20Then%20there%20are%20the%20broader%20issues%20that%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20denizens%20of%20Silicon%20Valley%20expect%20their%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20employers%20to%20have%20a%20stance%20on:%20immigration,%20income%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20inequality,%20artificial%20intelligence,%20automation,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20transgender%20rights,%20climate%20change,%20privacy,%20data%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rights%20and%20whether%20tech%20companies%20should%20be%20helping%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20government%20do%20controversial%20things.%20It%E2%80%99s%20an%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ethical%20swamp%20out%20there.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f5775df5-59eb-4533-a2cb-e150412ec4f6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20That%E2%80%99s%20why,%20in%20a%20recent%20interview,%20Marc%20Benioff,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20co-chief%20executive%20and%20a%20founder%20of%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Salesforce,%20told%20me%20he%20was%20in%20the%20process%20of%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20hiring%20a%20chief%20ethical%20officer%20to%20help%20anticipate%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20address%20any%20thorny%20conundrums%20it%20might%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20encounter%20as%20a%20business%20%E2%80%94%20like%20the%20decision%20it%20had%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20to%20make%20a%20few%20months%20back%20about%20whether%20it%20should%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20stop%20providing%20recruitment%20software%20for%20Customs%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20Border%20Protection%20because%20of%20the%20government%E2%80%99s%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20policy%20of%20separating%20immigrant%20families%20at%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20border.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20That%E2%80%99s%20why,%20in%20a%20recent%20interview,%20Marc%20Benioff,%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20co-chief%20executive%20and%20a%20founder%20of%20Salesforce,%20told%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20me%20he%20was%20in%20the%20process%20of%20hiring%20a%20chief%20ethical%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20officer%20to%20help%20anticipate%20and%20address%20any%20thorny%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20conundrums%20it%20might%20encounter%20as%20a%20business%20%E2%80%94%20like%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20decision%20it%20had%20to%20make%20a%20few%20months%20back%20about%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20whether%20it%20should%20stop%20providing%20recruitment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20software%20for%20Customs%20and%20Border%20Protection%20because%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20of%20the%20government%E2%80%99s%20policy%20of%20separating%20immigrant%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20families%20at%20the%20border.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2031405c6e-7ece-4667-8c4d-36c9d79a0bfa%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Amid%20much%20criticism,%20Mr.%20Benioff%20decided%20to%20keep%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20contract,%20but%20said%20he%20would%20focus%20more%20on%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20and%20political%20issues.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Amid%20much%20criticism,%20Mr.%20Benioff%20decided%20to%20keep%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20contract,%20but%20said%20he%20would%20focus%20more%20on%20social%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20political%20issues.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a2ab7e8a-d521-401d-89ae-9eb27efb9990%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20At%20a%20recent%20company%20event,%20he%20elaborated:%20%E2%80%9CWe%20can%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20have%20a%20structured%20conversation%20not%20just%20with%20our%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20own%20employees%20myopically,%20but%20by%20bringing%20in%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20key%20advisers,%20supporters%20and%20pundits%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20philosophers%20and%20everybody%20necessary%20to%20ask%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20question%20if%20what%20we%20are%20doing%20today%20is%20ethical%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20humane.%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20At%20a%20recent%20company%20event,%20he%20elaborated:%20%E2%80%9CWe%20can%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20have%20a%20structured%20conversation%20not%20just%20with%20our%20own%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20employees%20myopically,%20but%20by%20bringing%20in%20the%20key%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20advisers,%20supporters%20and%20pundits%20and%20philosophers%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20everybody%20necessary%20to%20ask%20the%20question%20if%20what%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20we%20are%20doing%20today%20is%20ethical%20and%20humane.%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a4498e1e-8b85-48d7-802a-db447ca7d1ac%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2023andMe%20has%20also%20toyed%20with%20the%20idea%20of%20hiring%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chief%20ethics%20officer.%20In%20an%20interview%20I%20did%20this%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20week%20with%20its%20chief%20executive,%20Anne%20Wojcicki,%20she%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20said%20the%20genetics%20company%20had%20even%20interviewed%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20candidates,%20but%20that%20many%20of%20them%20wanted%20to%20remain%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%20academia%20to%20be%20freer%20to%20ponder%20these%20issues.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20She%20acknowledged%20that%20the%20collection%20of%20DNA%20data%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20is%20rife%20with%20ethical%20considerations,%20but%20said,%20%E2%80%9CI%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20think%20it%20has%20to%20be%20our%20management%20and%20leaders%20who%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20have%20to%20add%20this%20to%20our%20skill%20set,%20rather%20than%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20just%20hire%20one%20person%20to%20determine%20this.%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2023andMe%20has%20also%20toyed%20with%20the%20idea%20of%20hiring%20a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20chief%20ethics%20officer.%20In%20an%20interview%20I%20did%20this%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20week%20with%20its%20chief%20executive,%20Anne%20Wojcicki,%20she%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20said%20the%20genetics%20company%20had%20even%20interviewed%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20candidates,%20but%20that%20many%20of%20them%20wanted%20to%20remain%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20in%20academia%20to%20be%20freer%20to%20ponder%20these%20issues.%20She%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20acknowledged%20that%20the%20collection%20of%20DNA%20data%20is%20rife%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20with%20ethical%20considerations,%20but%20said,%20%E2%80%9CI%20think%20it%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has%20to%20be%20our%20management%20and%20leaders%20who%20have%20to%20add%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20this%20to%20our%20skill%20set,%20rather%20than%20just%20hire%20one%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20person%20to%20determine%20this.%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20cbf7e7e0-5552-4b3f-b09e-9dcca120931c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20When%20asked%20about%20the%20idea%20of%20a%20single%20source%20of%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wisdom%20on%20ethics,%20some%20point%20out%20that%20legal%20or%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20diversity/inclusion%20departments%20are%20designed%20for%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20that%20purpose%20and%20that%20the%20ethics%20should%20really%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20come%20from%20the%20top%20%E2%80%94%20the%20chief%20executive.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20When%20asked%20about%20the%20idea%20of%20a%20single%20source%20of%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wisdom%20on%20ethics,%20some%20point%20out%20that%20legal%20or%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20diversity/inclusion%20departments%20are%20designed%20for%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20that%20purpose%20and%20that%20the%20ethics%20should%20really%20come%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20from%20the%20top%20%E2%80%94%20the%20chief%20executive.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20d24b2887-0f1f-4e91-99c1-c295bed8ad65%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Also%20of%20concern%20is%20the%20possibility%20that%20a%20single%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20person%20would%20not%20get%20listened%20to%20or,%20worse,%20get%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20steamrollered.%20And,%20if%20the%20person%20was%20bad%20at%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20job,%20of%20course,%20it%20could%20drag%20the%20whole%20thing%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20down.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Also%20of%20concern%20is%20the%20possibility%20that%20a%20single%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20person%20would%20not%20get%20listened%20to%20or,%20worse,%20get%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20steamrollered.%20And,%20if%20the%20person%20was%20bad%20at%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20job,%20of%20course,%20it%20could%20drag%20the%20whole%20thing%20down.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2078c55f65-c8b8-4364-a369-c40699968e90%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Others%20are%20more%20worried%20that%20the%20move%20would%20be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nothing%20but%20window%20dressing.%20One%20consultant%20who%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20focuses%20on%20ethics,%20but%20did%20not%20want%20to%20be%20named,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20told%20me:%20%E2%80%9CWe%20haven%E2%80%99t%20even%20defined%20ethics,%20so%20what%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20even%20is%20ethical%20use,%20especially%20for%20Silicon%20Valley%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20companies%20that%20are%20babies%20in%20this%20game?%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Others%20are%20more%20worried%20that%20the%20move%20would%20be%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20nothing%20but%20window%20dressing.%20One%20consultant%20who%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20focuses%20on%20ethics,%20but%20did%20not%20want%20to%20be%20named,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20told%20me:%20%E2%80%9CWe%20haven%E2%80%99t%20even%20defined%20ethics,%20so%20what%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20even%20is%20ethical%20use,%20especially%20for%20Silicon%20Valley%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20companies%20that%20are%20babies%20in%20this%20game?%E2%80%9D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%200b492111-1586-4a73-8848-04f0c391aadc%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20How%20can%20an%20industry%20that,%20unlike%20other%20business%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sectors,%20persistently%20promotes%20itself%20as%20doing%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20good,%20learn%20to%20do%20that%20in%20reality?%20Do%20you%20want%20to%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20not%20do%20harm,%20or%20do%20you%20want%20to%20do%20good?%20These%20are%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20two%20totally%20different%20things.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20How%20can%20an%20industry%20that,%20unlike%20other%20business%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20sectors,%20persistently%20promotes%20itself%20as%20doing%20good,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20learn%20to%20do%20that%20in%20reality?%20Do%20you%20want%20to%20not%20do%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20harm,%20or%20do%20you%20want%20to%20do%20good?%20These%20are%20two%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20totally%20different%20things.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20302f8229-2404-460b-8c3c-e7058b4365e5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20And%20how%20do%20you%20put%20an%20official%20ethical%20system%20in%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20place%20without%20it%20seeming%20like%20you%E2%80%99re%20telling%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20everyone%20how%20to%20behave?%20Who%20gets%20to%20decide%20those%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rules%20anyway,%20setting%20a%20moral%20path%20for%20the%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20industry%20and%20%E2%80%94%20considering%20tech%20companies%E2%80%99%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20enormous%20power%20%E2%80%94%20the%20world.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20And%20how%20do%20you%20put%20an%20official%20ethical%20system%20in%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20place%20without%20it%20seeming%20like%20you%E2%80%99re%20telling%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20everyone%20how%20to%20behave?%20Who%20gets%20to%20decide%20those%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rules%20anyway,%20setting%20a%20moral%20path%20for%20the%20industry%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20and%20%E2%80%94%20considering%20tech%20companies%E2%80%99%20enormous%20power%20%E2%80%94%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20the%20world.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208f9bc91c-5662-4b3f-a110-809f46b79f49%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Like%20I%20said,%20adult%20supervision.%20Or%20maybe,%20better%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20still,%20Silicon%20Valley%20itself%20has%20to%20grow%20up.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Like%20I%20said,%20adult%20supervision.%20Or%20maybe,%20better%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20still,%20Silicon%20Valley%20itself%20has%20to%20grow%20up.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%207bea1831-a25c-4b3e-8c9b-b37de814f948%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'Follow%20The%20New%20York%20Times%20Opinion%20section%20on%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'Follow%20The%20New%20York%20Times%20Opinion%20section%20on%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Facebook%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.facebook.com/nytopinion%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Facebook%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20https://www.facebook.com/nytopinion%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20',%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20',%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Twitter%20(@NYTopinion)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20http://twitter.com/NYTOpinion%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Twitter%20(@NYTopinion)%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20http://twitter.com/NYTOpinion%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20'%20and%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20'%20and%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Instagram%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20https://www.instagram.com/nytopinion/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Instagram%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20https://www.instagram.com/nytopinion/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20',%20and%20sign%20up%20for%20the%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20',%20and%20sign%20up%20for%20the%20'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Opinion%20Today%20newsletter%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20http://www.nytimes.com/newsletters/opiniontoday/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Opinion%20Today%20newsletter%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20http://www.nytimes.com/newsletters/opiniontoday/%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20%20%20patch:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Blocks%0A%20%20%20%20%20%20summary:%20Append%20block%20children%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%5Ct%5C%22children%5C%22:%20%5B%5Cn%5Ct%5Ct%7B%5Cn%5Ct%5Ct%5Ct%5C%22object%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22block%5C%22,%5Cn%5Ct%5Ct%5Ct%5C%22type%5C%22:%20%5C%22heading_2%5C%22,%5Cn%5Ct%5Ct%5Ct%5C%22heading_2%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%5Ct%5Ct%5Ct%5Ct%5C%22rich_text%5C%22:%20%5B%7B%20%5C%22type%5C%22:%20%5C%22text%5C%22,%20%5C%22text%5C%22:%20%7B%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%20%5C%22Lacinato%20kale%5C%22%20%7D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5D%5Cn%5Ct%5Ct%5Ct%7D%5Cn%5Ct%5Ct%7D,%5Cn%5Ct%5Ct%7B%5Cn%5Ct%5Ct%5Ct%5C%22object%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22block%5C%22,%5Cn%5Ct%5Ct%5Ct%5C%22type%5C%22:%20%5C%22paragraph%5C%22,%5Cn%5Ct%5Ct%5Ct%5C%22paragraph%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%5Ct%5Ct%5Ct%5Ct%5C%22rich_text%5C%22:%20%5B%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%7B%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22,%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5C%22text%5C%22:%20%7B%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5C%22content%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22Lacinato%20kale%20is%20a%20variety%20of%20kale%20with%20a%20long%20tradition%20in%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Italian%20cuisine,%20especially%20that%20of%20Tuscany.%20It%20is%20also%20known%20as%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Tuscan%20kale,%20Italian%20kale,%20dinosaur%20kale,%20kale,%20flat%20back%20kale,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20palm%20tree%20kale,%20or%20black%20Tuscan%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20palm.%5C%22,%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%5C%22link%5C%22:%20%7B%20%5C%22url%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22https://en.wikipedia.org/wiki/Lacinato_kale%5C%22%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%5Ct%7D%5Cn%5Ct%5Ct%5Ct%5Ct%5Ct%7D%5Cn%5Ct%5Ct%5Ct%5Ct%5D%5Cn%5Ct%5Ct%5Ct%7D%5Cn%5Ct%5Ct%7D%5Cn%5Ct%5D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Authorization%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20Bearer%20secret_t1CdN9S8yicG5eWLUOfhcWaOscVnFXns%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BPAGE_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Wed,%2012%20May%202021%2006:07:37%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://public.profitwell.com%20js.sentry-cdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20font-src%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20www.googletagmanager.com;%20style-src%20'self'%20'unsafe-inline'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://github.githubassets.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://public.profitwell.com%20js.sentry-cdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20font-src%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20www.googletagmanager.com;%20style-src%20'self'%20'unsafe-inline'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://github.githubassets.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://embed.typeform.com%20https://admin.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://public.profitwell.com%20js.sentry-cdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.segment.io%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20font-src%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20www.googletagmanager.com;%20style-src%20'self'%20'unsafe-inline'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://github.githubassets.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_browser_id=0724819e-ad9a-4b7f-b50e-e5c75d6763dd;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Domain=www.notion.so;%20Path=/;%20Expires=Sat,%2018%20Jan%202053%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2007:54:17%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22105-p1Ka6kLp+wkCMX+oZhcjZAtwEtc%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20cf-request-id:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%200a00c92e8d00000231bf82c000000001%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%2064e177c41a820231-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20a1712d54-53e4-4893-a69d-4d581cd2c845%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-04-27T20:38:19.437Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-12T06:07:37.724Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20child_page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20child_page:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%20'Who%20Will%20Teach%20Silicon%20Valley%20to%20Be%20Ethical?%20'%0A%20%20/v1/blocks/%7Bid%7D:%0A%20%20%20%20patch:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Blocks%0A%20%20%20%20%20%20summary:%20Update%20a%20block%0A%20%20%20%20%20%20description:%20%3E-%0A%20%20%20%20%20%20%20%20This%20endpoint%20allows%20you%20to%20update%20block%20content.%20%5BSee%20Full%0A%20%20%20%20%20%20%20%20Documentation%5D(https://developers.notion.com/reference/update-a-block)%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20hello%20to%20you%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BBLOCK_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2012%20Aug%202021%2000:12:49%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_browser_id=72dd4057-624e-4aa3-80c6-ab911ed059b7;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Domain=www.notion.so;%20Path=/;%20Expires=Sun,%2020%20Apr%202053%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2001:59:29%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%221ae-RFHXdRIvpQZuh0kRKb9XuWbFwzo%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%2067d57e86ea672544-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%204868767d-9029-4b9d-a41b-652ef4c9c7b9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-08-06T17:46:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-08-12T00:12:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Blocks%0A%20%20%20%20%20%20summary:%20Retrieve%20a%20block%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BBLOCK_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2012%20Aug%202021%2000:14:42%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.googletagmanager.com%20https://x.clearbitjs.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client-registry.mutinycdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://client.mutinycdn.com/%20https://user-data.mutinycdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20connect-src%20'self'%20https://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://msgstore.www.notion.so%20ws://localhost:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://api.amplitude.com%20https://api.embed.ly%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://checkout.stripe.com%20https://js.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.contentful.com%20https://preview.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://images.ctfassets.net%20https://www2.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.unsplash.com%20https://boards-api.greenhouse.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://user-data.mutinycdn.com%20https://api-v2.mutinyhq.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.statuspage.io;%20font-src%20'self'%20data:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://syndication.twitter.com%20https://pbs.twimg.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com%20www.googletagmanager.com;%20style-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://ton.twimg.com;%20frame-src%20https:%20http:;%20media-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_browser_id=e557ec39-01fc-4a4e-84a1-0a6b1ab4a579;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Domain=www.notion.so;%20Path=/;%20Expires=Sun,%2020%20Apr%202053%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%2002:01:22%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%221ae-RFHXdRIvpQZuh0kRKb9XuWbFwzo%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%2067d58148ef562544-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%204868767d-9029-4b9d-a41b-652ef4c9c7b9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-08-06T17:46:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-08-12T00:12:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20delete:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Blocks%0A%20%20%20%20%20%20summary:%20Delete%20a%20block%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20id%0A%20%20%20%20%20%20%20%20%20%20in:%20path%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20required:%20true%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BBLOCK_ID%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:26:40%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:26:36%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%22258-nR8cSrr3A4mS1zWlKjaHASxX/tQ%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c1dcfdbf0255c-SJC%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20block%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%204868767d-9029-4b9d-a41b-652ef4c9c7b9%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-08-06T17:46:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-02-24T22:26:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206794760a-1f15-45cd-9c65-0dfe42f5135a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_children:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20paragraph%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20paragraph:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20hello%20to%20you%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20/v1/search:%0A%20%20%20%20post:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Search%0A%20%20%20%20%20%20summary:%20Search%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%20%20%20%20%5C%22query%5C%22:%20%5C%22Media%20Article%5C%22,%5Cn%20%20%20%20%5C%22sort%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22direction%5C%22:%20%5C%22ascending%5C%22,%5Cn%20%20%20%20%20%20%20%20%5C%22timestamp%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22last_edited_time%5C%22%5Cn%20%20%20%20%7D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Thu,%2024%20Feb%202022%2022:20:55%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Transfer-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20chunked%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Set-Cookie:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20notion_check_cookie_consent=false;%20Domain=www.notion.so;%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Path=/;%20Expires=Fri,%2025%20Feb%202022%2022:20:55%20GMT;%20Secure%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%201;%20mode=block%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20X-WebKit-CSP:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://gist.github.com%20https://apis.google.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.amplitude.com%20https://api.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://embed.typeform.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://admin.typeform.com%20https://public.profitwell.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20js.sentry-cdn.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.syndication.twimg.com;%20connect-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://msgstore.www.notion.so%20wss://msgstore.www.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20ws://localhost:*%20ws://127.0.0.1:*%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-emojis.s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3-us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://notion-production-snapshots-2.s3.us-west-2.amazonaws.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:%20https://cdn.amplitude.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.embed.ly%20https://js.intercomcdn.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api-iam.intercom.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20wss://nexus-websocket-a.intercom.io%20https://logs-01.loggly.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://cdn.segment.com%20https://api.segment.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.stripe.com%20https://cdn.contentful.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://preview.contentful.com%20https://images.ctfassets.net%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www2.profitwell.com%20https://tracking.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://api.chilipiper.com%20https://api.unsplash.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://boards-api.greenhouse.io%20https://api.statuspage.io%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pgncd.notion.so%20https://api.statsig.com;%20font-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'self'%20data:%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://js.intercomcdn.com;%20img-src%20'self'%20data:%20blob:%20https:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://syndication.twitter.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://pbs.twimg.com%20https://ton.twimg.com;%20style-src%20'self'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20'unsafe-inline'%20https://cdnjs.cloudflare.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://github.githubassets.com%20https://js.chilipiper.com%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://platform.twitter.com%20https://ton.twimg.com;%20frame-src%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https:%20http:;%20media-src%20https:%20http:%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%224861-NbPEy8LGXcEcgaoZaIeasLCwwWU%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Encoding:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20gzip%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-Cache-Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20DYNAMIC%0A%20%20%20%20%20%20%20%20%20%20%20%20Expect-CT:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20max-age=604800,%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20report-uri=%22https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Server:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20cloudflare%0A%20%20%20%20%20%20%20%20%20%20%20%20CF-RAY:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%206e2c157ceda9255c-SJC%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20examples:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-0:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Search%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ae1905c3-b77b-475b-b98f-7596c242137f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-05-21T16:41:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-21T16:41:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-ae1905c3b77b475bb98f7596c242137f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208f16061d-4b77-4dbc-bf04-e8b0b4319b5a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-05-21T16:42:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-21T16:42:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-8f16061d4b774dbcbf04e8b0b4319b5a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20dc2a9117-163d-4075-907e-604b2f04c504%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-dc2a9117163d4075907e604b2f04c504%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c443c084-4637-4df2-ba37-b3c8a7e3d062%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-c443c08446374df2ba37b3c8a7e3d062%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%200ac85319-05c5-4b5b-b812-7ea0f6476ea0%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-0ac8531905c54b5bb8127ea0f6476ea0%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20794fc25a-7f59-419d-a6e5-d9f0b516ecc7%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-794fc25a7f59419da6e5d9f0b516ecc7%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2041ad30b7-98e7-4c55-bf21-7ac7f09c2fd5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20b598e780-263b-4b02-862c-9bf7a91859ac%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20New%20Option%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20orange%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-41ad30b798e74c55bf217ac7f09c2fd5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206a313bae-fdd3-4617-9bd6-5b132f23be35%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ad038109-97d3-4b5d-a93a-3b88229b1b58%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20New%20Option%203%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20purple%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-6a313baefdd346179bd65b132f23be35%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example-1:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20summary:%20200%20Success%20-%20Search%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20value:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ae1905c3-b77b-475b-b98f-7596c242137f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-05-21T16:41:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-21T16:41:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%208e2c2b76-9e1d-47d2-87b9-ed3035d607ae%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-ae1905c3b77b475bb98f7596c242137f%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208f16061d-4b77-4dbc-bf04-e8b0b4319b5a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-05-21T16:42:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-05-21T16:42:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20true%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-8f16061d4b774dbcbf04e8b0b4319b5a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20dc2a9117-163d-4075-907e-604b2f04c504%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-dc2a9117163d4075907e604b2f04c504%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20c443c084-4637-4df2-ba37-b3c8a7e3d062%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-c443c08446374df2ba37b3c8a7e3d062%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%200ac85319-05c5-4b5b-b812-7ea0f6476ea0%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:23:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-0ac8531905c54b5bb8127ea0f6476ea0%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20794fc25a-7f59-419d-a6e5-d9f0b516ecc7%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208c4a056e-6709-4dd1-ba58-d34d9480855a%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Ready%20to%20Start%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20yellow%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-794fc25a7f59419da6e5d9f0b516ecc7%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2041ad30b7-98e7-4c55-bf21-7ac7f09c2fd5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20b598e780-263b-4b02-862c-9bf7a91859ac%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20New%20Option%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20orange%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-41ad30b798e74c55bf217ac7f09c2fd5%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20page%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206a313bae-fdd3-4617-9bd6-5b132f23be35%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2021-06-15T17:24:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2092a680bb-6970-4726-952b-4f4c03bff617%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20cover:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20icon:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20database_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20database_id:%207a94f22f-59ae-484d-90ac-4aeddd667641%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20archived:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20properties:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Score%20/5:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20)Y7%2522%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%205c944de7-3f4b-4567-b3a1-fa2c71c540b6%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%E2%AD%90%EF%B8%8F%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%252F7eo'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20f96d0d0a-5564-4a20-ab15-5f040d49759e%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publisher:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253E%2524Pb'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%2001f82d08-aa1f-4884-a4e0-3bc32f909ec4%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20The%20Atlantic%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20red%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Summary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253F%255C25'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Some%20think%20chief%20ethics%20officers%20could%20help%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20technology%20companies%20navigate%20political%20and%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20social%20questions.%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Publishing/Release%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%253Fex%252B'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20start:%20'2020-12-08T12:00:00.000+00:00'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20end:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20time_zone:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20Lpwp%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20date%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20date:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20VVMi%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20url%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Wine%20Pairing:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20WO%2540Z%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20rich_text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Read:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20_MWJ%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20checkbox%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20checkbox:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Status:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20'%2560zz5'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20select:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ad038109-97d3-4b5d-a93a-3b88229b1b58%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20name:%20New%20Option%203%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20purple%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Author:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20qNw_%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20multi_select%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20multi_select:%20%5B%5D%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20Name:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20title%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20title:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20New%20Media%20Article%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.notion.so/New-Media-Article-6a313baefdd346179bd65b132f23be35%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20/v1/comments:%0A%20%20%20%20get:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Comments%0A%20%20%20%20%20%20summary:%20Retrieve%20comments%0A%20%20%20%20%20%20description:%20Retrieve%20a%20user%20object%20using%20the%20ID%20specified%20in%20the%20request%20path.%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20block_id%0A%20%20%20%20%20%20%20%20%20%20in:%20query%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BBLOCK_ID%7D%7D'%0A%20%20%20%20%20%20%20%20-%20name:%20page_size%0A%20%20%20%20%20%20%20%20%20%20in:%20query%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20example:%20'100'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%22script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%20https://gist.github.com%20https://apis.google.com%20https://www.google.com%20https://www.gstatic.com%20https://cdn.amplitude.com%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%20https://js.intercomcdn.com%20https://static.zdassets.com%20https://api.smooch.io%5Ct%20https://logs-01.loggly.com%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%20https://js.stripe.com%20https://embed.typeform.com%20https://admin.typeform.com%20https://public.profitwell.com%20js.sentry-cdn.com%20https://js.chilipiper.com%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%20www.googletagmanager.com%20https://www.googleadservices.com%20https://googleads.g.doubleclick.net%20https://api-v2.mutinyhq.io%20https://client-registry.mutinycdn.com%20https://client.mutinycdn.com%20https://user-data.mutinycdn.com%20http://localhost:3003%20http://0.0.0.0:3003;connect-src%20'self'%20http://localhost:3001%20ws://localhost:3001%20ws://localhost:*%20ws://127.0.0.1:*%20https://notion-emojis.s3-us-west-2.amazonaws.com%20https://s3-us-west-2.amazonaws.com%20https://s3.us-west-2.amazonaws.com%20https://notion-local-snapshots-2.s3.us-west-2.amazonaws.com%20https://cdn.amplitude.com%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%20http://localhost:3000%20https://api.embed.ly%20https://js.intercomcdn.com%20https://api-iam.intercom.io%20https://uploads.intercomcdn.com%20wss://nexus-websocket-a.intercom.io%20https://ekr.zdassets.com%20https://ekr.zendesk.com%5Ct%20https://makenotion.zendesk.com%5Ct%20https://api.smooch.io%5Ct%20wss://api.smooch.io%5Ct%20https://logs-01.loggly.com%20https://cdn.segment.com%20https://api.segment.io%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%20https://js.stripe.com%20https://cdn.contentful.com%20https://preview.contentful.com%20https://images.ctfassets.net%20https://www2.profitwell.com%20https://tracking.chilipiper.com%20https://api.chilipiper.com%20https://api.unsplash.com%20https://boards-api.greenhouse.io%20https://www.googleadservices.com%20https://googleads.g.doubleclick.net%20https://region1.google-analytics.com%20https://region1.analytics.google.com%20https://www.google-analytics.com%20https://api-v2.mutinyhq.io%20https://client-registry.mutinycdn.com%20https://client.mutinycdn.com%20https://user-data.mutinycdn.com%20https://api.statuspage.io%20https://pgncd.notion.so%20https://api.statsig.com%20https://statsigapi.net%20http://localhost:3003%20ws://localhost:3003%20ws://*.pages.local.notion.co:3003%20http://0.0.0.0:3003%20ws://0.0.0.0:3003;font-src%20'self'%20data:%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com%20http://localhost:3003%20http://0.0.0.0:3003;img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%20https://syndication.twitter.com%20https://pbs.twimg.com%20https://ton.twimg.com%20https://region1.google-analytics.com%20https://region1.analytics.google.com%20http://localhost:3003%20http://0.0.0.0:3003;style-src%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%20https://github.githubassets.com%20https://js.chilipiper.com%20https://platform.twitter.com%20https://ton.twimg.com%20http://localhost:3003%20http://0.0.0.0:3003;frame-src%20https:%20http:;media-src%20https:%20http:%22%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Permitted-Cross-Domain-Policies:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20none%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'0'%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Length:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'704'%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%222c0-mVXaT7TnMaE5ytatx672v7KLMB0%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Fri,%2015%20Jul%202022%2016:58:23%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Keep-Alive:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20timeout=5%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20list%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20results:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20comment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20ed4c62f2-c0ad-4081-b6b8-dad025637741%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20block_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20block_id:%205d4ca33c-d6b7-4675-93d9-84b70af45d1c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20discussion_id:%20ce18f8c6-ef2a-427f-b416-43531fc7c117%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-07-15T21:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-07-15T21:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20952f41bb-da96-4d36-9c2e-74924eee8ef1%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20Please%20cite%20your%20source%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20Please%20cite%20your%20source%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20comment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%208949cb38-aee6-4c62-ba96-6ef7df9b4cf2%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20block_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20block_id:%205d4ca33c-d6b7-4675-93d9-84b70af45d1c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20discussion_id:%20e63f446f-a84a-4cab-8f5a-b9e7779ecb67%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-07-15T21:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-07-15T21:38:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20952f41bb-da96-4d36-9c2e-74924eee8ef1%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20What%20other%20nutrients%20does%20kale%20have?%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20What%20other%20nutrients%20does%20kale%20have?%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20object:%20comment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206cd52483-6d55-4f8a-a724-4adb1c17ed43%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20block_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20block_id:%205d4ca33c-d6b7-4675-93d9-84b70af45d1c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20discussion_id:%20ce18f8c6-ef2a-427f-b416-43531fc7c117%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-07-18T21:48:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-07-18T21:48:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20e450a39e-9051-4d36-bc4e-8581611fc592%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20next_cursor:%20null%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20has_more:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20comment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20comment:%20%7B%7D%0A%20%20%20%20post:%0A%20%20%20%20%20%20tags:%0A%20%20%20%20%20%20%20%20-%20Comments%0A%20%20%20%20%20%20summary:%20Add%20comment%20to%20discussion%0A%20%20%20%20%20%20requestBody:%0A%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20'*/*':%0A%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%22%7B%5Cn%20%20%20%20%5C%22discussion_id%5C%22:%20%5C%22%7B%7BDISCUSSION_ID%7D%7D%5C%22,%5Cn%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22rich_text%5C%22:%20%5B%5Cn%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%5C%22text%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22content%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22https://www.healthline.com/nutrition/10-proven-benefits-of-kale%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22link%5C%22:%20%7B%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22type%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22url%5C%22,%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22url%5C%22:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%5C%22https://www.healthline.com/nutrition/10-proven-benefits-of-kale%5C%22%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%20%20%20%20%7D%5Cn%20%20%20%20%5D%5Cn%7D%22%0A%20%20%20%20%20%20parameters:%0A%20%20%20%20%20%20%20%20-%20name:%20Content-Type%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20application/json%0A%20%20%20%20%20%20%20%20-%20name:%20Notion-Version%0A%20%20%20%20%20%20%20%20%20%20in:%20header%0A%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20example:%20'%7B%7BNOTION_VERSION%7D%7D'%0A%20%20%20%20%20%20responses:%0A%20%20%20%20%20%20%20%20'200':%0A%20%20%20%20%20%20%20%20%20%20description:%20OK%0A%20%20%20%20%20%20%20%20%20%20headers:%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Security-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20%22script-src%20'self'%20'unsafe-inline'%20'unsafe-eval'%20https://gist.github.com%20https://apis.google.com%20https://www.google.com%20https://www.gstatic.com%20https://cdn.amplitude.com%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%20https://widget.intercom.io%20https://js.intercomcdn.com%20https://static.zdassets.com%20https://api.smooch.io%5Ct%20https://logs-01.loggly.com%20https://cdn.segment.com%20https://analytics.pgncs.notion.so%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%20https://js.stripe.com%20https://embed.typeform.com%20https://admin.typeform.com%20https://public.profitwell.com%20js.sentry-cdn.com%20https://js.chilipiper.com%20https://platform.twitter.com%20https://cdn.syndication.twimg.com%20www.googletagmanager.com%20https://www.googleadservices.com%20https://googleads.g.doubleclick.net%20https://api-v2.mutinyhq.io%20https://client-registry.mutinycdn.com%20https://client.mutinycdn.com%20https://user-data.mutinycdn.com%20http://localhost:3003%20http://0.0.0.0:3003;connect-src%20'self'%20http://localhost:3001%20ws://localhost:3001%20ws://localhost:*%20ws://127.0.0.1:*%20https://notion-emojis.s3-us-west-2.amazonaws.com%20https://s3-us-west-2.amazonaws.com%20https://s3.us-west-2.amazonaws.com%20https://notion-local-snapshots-2.s3.us-west-2.amazonaws.com%20https://cdn.amplitude.com%20https://api.amplitude.com%20https://hkfxbbdzib.notion.so%20http://localhost:3000%20https://api.embed.ly%20https://js.intercomcdn.com%20https://api-iam.intercom.io%20https://uploads.intercomcdn.com%20wss://nexus-websocket-a.intercom.io%20https://ekr.zdassets.com%20https://ekr.zendesk.com%5Ct%20https://makenotion.zendesk.com%5Ct%20https://api.smooch.io%5Ct%20wss://api.smooch.io%5Ct%20https://logs-01.loggly.com%20https://cdn.segment.com%20https://api.segment.io%20https://analytics.pgncs.notion.so%20https://api.pgncs.notion.so%20https://o324374.ingest.sentry.io%20https://checkout.stripe.com%20https://js.stripe.com%20https://cdn.contentful.com%20https://preview.contentful.com%20https://images.ctfassets.net%20https://www2.profitwell.com%20https://tracking.chilipiper.com%20https://api.chilipiper.com%20https://api.unsplash.com%20https://boards-api.greenhouse.io%20https://www.googleadservices.com%20https://googleads.g.doubleclick.net%20https://region1.google-analytics.com%20https://region1.analytics.google.com%20https://www.google-analytics.com%20https://api-v2.mutinyhq.io%20https://client-registry.mutinycdn.com%20https://client.mutinycdn.com%20https://user-data.mutinycdn.com%20https://api.statuspage.io%20https://pgncd.notion.so%20https://api.statsig.com%20https://statsigapi.net%20http://localhost:3003%20ws://localhost:3003%20ws://*.pages.local.notion.co:3003%20http://0.0.0.0:3003%20ws://0.0.0.0:3003;font-src%20'self'%20data:%20https://cdnjs.cloudflare.com%20https://js.intercomcdn.com%20http://localhost:3003%20http://0.0.0.0:3003;img-src%20'self'%20data:%20blob:%20https:%20https://platform.twitter.com%20https://syndication.twitter.com%20https://pbs.twimg.com%20https://ton.twimg.com%20https://region1.google-analytics.com%20https://region1.analytics.google.com%20http://localhost:3003%20http://0.0.0.0:3003;style-src%20'self'%20'unsafe-inline'%20https://cdnjs.cloudflare.com%20https://github.githubassets.com%20https://js.chilipiper.com%20https://platform.twitter.com%20https://ton.twimg.com%20http://localhost:3003%20http://0.0.0.0:3003;frame-src%20https:%20http:;media-src%20https:%20http:%22%0A%20%20%20%20%20%20%20%20%20%20%20%20X-DNS-Prefetch-Control:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'off'%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Frame-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20SAMEORIGIN%0A%20%20%20%20%20%20%20%20%20%20%20%20Strict-Transport-Security:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20max-age=5184000;%20includeSubDomains%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Download-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20noopen%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Content-Type-Options:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20nosniff%0A%20%20%20%20%20%20%20%20%20%20%20%20X-Permitted-Cross-Domain-Policies:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20none%0A%20%20%20%20%20%20%20%20%20%20%20%20Referrer-Policy:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20same-origin%0A%20%20%20%20%20%20%20%20%20%20%20%20X-XSS-Protection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'0'%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Type:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20application/json;%20charset=utf-8%0A%20%20%20%20%20%20%20%20%20%20%20%20Content-Length:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20integer%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20'940'%0A%20%20%20%20%20%20%20%20%20%20%20%20ETag:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20W/%223ac-FxFX1g8QlNhF6Pt6zjnEfIMlXcs%22%0A%20%20%20%20%20%20%20%20%20%20%20%20Vary:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Accept-Encoding%0A%20%20%20%20%20%20%20%20%20%20%20%20Date:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20Fri,%2015%20Jul%202022%2020:21:42%20GMT%0A%20%20%20%20%20%20%20%20%20%20%20%20Connection:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20keep-alive%0A%20%20%20%20%20%20%20%20%20%20%20%20Keep-Alive:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20string%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%20timeout=5%0A%20%20%20%20%20%20%20%20%20%20content:%0A%20%20%20%20%20%20%20%20%20%20%20%20application/json:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20schema:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20object%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20example:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20comment%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%206cd52483-6d55-4f8a-a724-4adb1c17ed43%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20parent:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20type:%20block_id%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20block_id:%205d4ca33c-d6b7-4675-93d9-84b70af45d1c%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20discussion_id:%20ce18f8c6-ef2a-427f-b416-43531fc7c117%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_time:%20'2022-07-18T21:48:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20last_edited_time:%20'2022-07-18T21:48:00.000Z'%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20created_by:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20object:%20user%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20id:%20e450a39e-9051-4d36-bc4e-8581611fc592%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20rich_text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20-%20type:%20text%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20text:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20content:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20link:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20url:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20annotations:%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20bold:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20italic:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20strikethrough:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20underline:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20code:%20false%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20color:%20default%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20plain_text:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20href:%20%3E-%0A%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20https://www.healthline.com/nutrition/10-proven-benefits-of-kale%0A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment