### What? In some cases you may want to opt out of using the default access control that this plugin provides on the tenants collection. ### Why? Other collections are able to opt out of this already, but the tenants collection specifically was not configured with an opt out capability. ### How? Adds new property to the plugin config: `useTenantsCollectionAccess`. Setting this to `false` allows users to opt out and write their own access control functions without the plugin merging in its own constraints for the tenant collection. Fixes https://github.com/payloadcms/payload/issues/10882