`payload.find` queries can be made faster by specifying `limit: 1` and `pagination: false` when only the first document is needed. This PR applies those options to various queries to improve performance.
Payload Search Plugin
A plugin for Payload to generate records of your documents that are extremely fast to search on.