<?php
final class Entry
{
public string $title;
public string $content;
public string $date;
public string $url;
public string $id;
}