// Entity StatisticsVorstellung #Statistics StatisticsVorstellung { showId: int { @NotNull }; showHallName: string { @NotNull }; showStart: timestamp { @NotNull }; movieTitle: string { @NotNull }; tickets: int { @NotNull }; earnings: int { @NotNull }; }