If you run ``` from infisical import InfisicalClient client = InfisicalClient(token="servicetokengoeshere") client.get_all_secrets() ``` Only secrets at the root seem to show up. Even using `client.get_all_secrets(path='/myfolder)` still seems to only show items at the root
If you run
Only secrets at the root seem to show up. Even using
client.get_all_secrets(path='/myfolder)still seems to only show items at the root