belongsToMany(Role::class) ->withTimestamps() ->select('roles.id', 'roles.name', 'roles.slug'); } }