Eagerloading with pagination is simple:
Model::with([\'relation1\', \'relation2\'])->paginate();
There are 6 models M1, ...
M1, ...