LinkDbEntity: {
    direction: "from" | "to";
    from: ParticleCid;
    mime: string;
    neuron: NeuronAddress;
    text: string;
    timestamp: number;
    to: ParticleCid;
}