The issue asks how to retrieve records that are soft deleted using the l5 repository package. Investigate if the package provides methods like 'onlyTrashed' or 'withTrashed' to handle soft deletes. Check the package's source code and documentation for any existing support, and consider adding or documenting a method to access soft deleted records using Laravel's SoftDelete trait.