Drupal 9 site:
Working on a project that will be using 100’s users and potentially thousands of users. The users will be required to upload at the very least 5 images and possibly some PDF files.
Created a content type, and added some Media fields, which works perfect for this project. The user files uploaded will be all public but the issue is that when the user goes to browse for their files all files from all users are listed and available. Once the site reaches a high level of users, browsing hundreds if not thousands of images and/or files is just not ideal.
How can I filter the Media browser to only show the files that user uploaded?