Inside a product I need a function that walks through all objects of the current folder and all subfolders and collects all objects that have the same type as the products itself (similiar to os.path.walk()). What would be the best solution for this problem ? Tnx, Andreas