N8n: Missing possibility to retrieve all entities in Get Many for Entity

I need to update entities and I’m iterating through entities loop but I miss the GetAll function - it’s only possible to set a fixed limit for Get Many operation at the moment - how could I retrieve the quantity of all entities?

It’s pretty annoying since I also cannot use this to delete 100k unnecessary entities.

@misha , any chance to get this one fixed any time soon?

the documentation suggests to use a limit of 1000 anyway and then use the pagination.
I see the pagination is not yet built-in into the fibery nodes on n8n, that would be very helpful indeed.

if your usecase is just deleting, as a workaround a loop through items on n8n should do it, loop until you get no more records to delete.

docs: