The array of players is currently initialized in the constructor. Change this behavior to have the footballStats variable get set by a function called setFootballStats(). In that function, return the footballStats array. We will then further refine this to have the data come from a REST API.