Game: { bannerUrl: string | null; createdAt: string; deletedAt?: string | null; description: string | null; developer: string | null; externalLinks: ExternalLink[] | []; featuredUrl: string | null; featuredVideoUrl: string | null; follower: number; follows?: number; GameCollections?: any[]; iconUrl: string | null; id: string; isFollowing?: boolean; isShow?: boolean; medias?: { contentType: string; cover?: string; description: string; name: string; url: string; }[] | null; name: string; rank: number; relationCollections?: LootexCollection[] | []; releaseDate: string | null; slug: string; tags?: GameTag[] | []; updatedAt: string; }