deleteOne(id) {
    return new this.PublishedProjectsModel()
    .query()
    .where(this.context.column(`id`), id)
    .del();