SenseListItem: {
    entryType: EntryType;
    id: NeuronAddress | ParticleCid;
    lastId: NeuronAddress | ParticleCid;
    meta: {
        direction: "from" | "to";
    } | SenseChatMessage;
    timestampRead: number;
    timestampUpdate: number;
    unreadCont: number;
}