make(Illuminate\Contracts\Console\Kernel::class)->bootstrap(); dump(App\Models\User::where('first_name', 'Juan')->get(['id', 'email', 'tenant_id'])->toArray());