Is your feature request related to a problem? Please describe.
I want to be able to list the processes belonging to a doc collection by running: doc_collection.list_processes()
Describe alternatives you've considered
I can run doc_collection.project.list_processes() to see all processes of the project and then filter accordingly.
Describe the solution you'd likedoc_collection.list_processes() should run doc_collection.project.list_processes() and do the filter accordingly.
Is your feature request related to a problem? Please describe. I want to be able to list the processes belonging to a doc collection by running:
doc_collection.list_processes()
Describe alternatives you've considered I can run
doc_collection.project.list_processes()
to see all processes of the project and then filter accordingly.Describe the solution you'd like
doc_collection.list_processes()
should rundoc_collection.project.list_processes()
and do the filter accordingly.