I have created an entity called Album which has Photographers and Photos. A Photographer can contribute a Photo to an Album. I have written a scope to order the Album's Photographers by recently contributed so the last Photographer to add a Photo to the Album would be first in the list. I am using the scope in an eager loading closure for the Album's photos and photographers relation. I would like to know how I can paginate these relations.