interface RspTitle {
    id: string;
    hashedPtr: string;
    tags: Array<string>;
    origin?: string;
    description?: string;
}
