belongsTo(User::class)->select([ "id", "name", "username" ]); } public function comments() { return $this->hasMany(Comment::class); } }