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