Each time a customer connects an external account, this creates a Connection in Nango.You can think of a Connection in Nango as a set of credentials for an integration (e.g., a GitHub API access token).It’s up to you how you associate the Connection with objects in your application. You can link them to an account, a user, or any other object, such as a project or workspace. Which option is best depends on your integration’s use case and whether you want each user, account, etc., to set up the integration.Integrations in Nango always run in the context of a Connection.For example, if you define a Sync for your GitHub integration, this sync will run in the context of each GitHub connection in your account.