Cli list items shows `[]`

I successfully logged in to bitwarden using the cli. I can run a

bw list folders

which returns folders as expected

[{"object":"folder","id":"xxxxxxx-xxxx-xxxx-xxxx-ab6e014a5ddd","name":"Admin"},{"....

However, when I want to do the same for items, there is nothing returned

bw list items
[]

My version

$ bw --version
2022.6.2

I noticed, that I had an old version of the cli, so I updated. This was not sufficient, so I did a logout and then a login again, ran a bw sync and now items are shown

1 Like