namespace Sink.Commands; table FetchEntity { revision: ulong; entityId: string; properties: [string]; } root_type FetchEntity;