Oc_files_trash doesn't empty

Hi everyone
Please tell me if you know a solution here, I didn’t find one but sometimes it’s hard to find
and excuse my bad english …

1 - oc_files_trash

Some info from my nextcloud
‘dbtype’ => ‘mysql’,
‘version’ => ‘27.1.1.0’,
‘trashbin_retention_obligation’ => ‘30, 60’,

I emptied my trash on the website , but still have data for my account in table oc_files_trash ; the older timestamp is june 13 2023 which is (as I remember) date when I updated to V27 (not sure … )

I tried occ maintenance:repair
then occ files:scan for my user

the table is still the same (buton the website the trash is empty … )

Is it because of my cache ? The oc_filecache table has 289957 lines and my conf is

‘memcache.local’ => ‘\OC\Memcache\APCu’,
‘memcache.locking’ => ‘\OC\Memcache\Redis’,
‘memcache.distributed’ => ‘\OC\Memcache\Redis’,
‘filelocking.enabled’ => ‘true’,
‘redis’ =>
array (
‘host’ => ‘localhost’,
‘port’ => 6379,
),

Thank you for your help