Relation de chargement Laravel Eger avec une colonne sélectionnée

Book :: query()
    ->with('author:id,name,published_at')
    ->get();
Irfan