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

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