How to organize collections in modules

It seems you cannot create a collection reference more than once, otherwise you get an error similar to:

“Error: A method named ‘/xxxx/insert’ is already defined”

Given this, how should I be organizing my collections into modules. I’d like to simply be able to import them wherever they are needed.

Thank you