How to list all tags associated with the computer?

When I use Get-ImmyComputer | Select * command it lists all available parameters with the computer, one of them is Tags=System.Collections.Generic.List`1[Immybot.Backend.Application.Interface.MetaScripts.PSComputerTag]
But I can’t find a way to expand it. Count only shows 0 but I know for a fact that this exact computer should have 1 to 2 tags (assigned to device and to a tenant).

Never mind, of course right after I struggled for an hour and posted question, I found that you can -IncludeTags and it’ll finally work. Solved