Hello, I have a Customer object that has a child Orders collection. I have this relationship set up in the mapping file with Orders being lazy-loaded. Is it possible to lazy-load only the count of Orders instead of the entire collection? If so, how?
Thanks!