unsetSendingById(_id: string): Promise<UpdateResult> {
        return this.updateOne(
            { _id },
            {
                $unset: {