export class PostsBulkUnfeaturedEvent {
    data: string[];
    timestamp: Date;

    constructor(data: string[], timestamp: Date) {