Get each Player by id and save it inside a `Map` ``` playerIdsByPage: { [i: string]: Player } ```
Get each Player by id and save it inside a
Map