// Entity StatisticsFilmReduced #AddonModel StatisticsFilmReduced { movie: Film {}; tickets: int { @NotNull }; earnings: int { @NotNull }; }