<?php
final class Genre
{
public string $name;
public string $shorthand;
public DateTimeInterface $createdAt;
}