DropsGamesData: {
    games: DropsGameData[];
    pagination: {
        limit: number;
        offset: number;
        total: number;
    };
}