<?php
final class Post
{
public string $title;
public string $content;
public int $date;
public string $id;
public array $tags;
}