I have a simple master-detail hirarchy of type:
A
|-B1
|-B2
|-B3
|-etc.

"B" is a picture type of node. The A-parent may have TOO MANY pictures under it and I don't want ALL of them to be listed in the parent node. Rather than that, it would be nice to have a few (3-4) of them listed in the parent page and there should be a "more" link, that will show all the children.

I am using a view to display a grid of the child pictures thumbnails. In the view definition I can define a page and a block view. The block has an option to limit the number of displayed nodes and provide a "more" link that will show the page view with all the nodes. What I can't figure out is how to integrate that with Relativity. It seems that Relativity module only takes into account the page view. Is there a way around this?

Thanks!