Eager Loading: Eager Loading Specific Columns

$users = App\Book::with('author:id,name')->get();

Eager Loading: Eager Loading Specific Columns — Structure map

Clickable & Draggable!

Eager Loading: Eager Loading Specific Columns — Related pages: