I spent way too long on this. This is a note to myself and others.
baja.Ord.make(bindingOrd).get()
.then(entity => entity.tags())
.then(tagMap =>{
console.log('TagMap →', tagMap.get('n:history'));
}).
catch(err =>console.error('Couldn’t load tags:', err));