using MxGateway.Contracts.Proto.Galaxy; namespace MxGateway.Server.Galaxy; public sealed record GalaxyObjectView( GalaxyObject Object, string ContainedPath, int Depth);