Collections or not
Hi.
First, sorry for my bad english :)
When I design a catalog and item (of any type) ... should I use a Collection for the catalog.
Usually, I need only a few data, and it could be a really large Collection (from a DB), and I want to list a couple of properties (and give some ordering-finding-pagination methods) ...
Should I create a class that have a collection of item objects? Or is any other "correct" way? Is any blueprint for this?
Am I clear?
thanks!

