Album::with('images')->get()->map(function($album) { $album->setRelation('images', $album->images->take(3)); return $album; });