I'm trying to set up an "all users" resource that uses the same 'users' DB table as my "users" resource. However, in order for Filament to recognise it as a different resource (so that I can customise the fields and get a new link in the sidebar etc.) I have had to create a new resource and a new model (allUsers).
Or am I going about this all wrong? What is the most sensible way of essentially replicating a resource (with a different name and URL) and then re-customising it with different options, whilst sharing the same database table?