I created a simple trigger on Albums table. But that trigger is not visible in object explorer in programmability in triggers folder. I refreshed that folder as well as rest
If you still can't find it, it is likely because you specified
CREATE TRIGGER X ON SERVER ALL
Specifying that it is deployed at the server level.
Expand server objects > Triggers