How Gatling calculates request count

I’m doing load test for an API and running it for 1 minute with below code

"setUp(scn.inject(rampUsers(10) over (0))).protocols(httpConf)"

but I see the the request count as 1500 ..What is the formula to calculate the request count ? 

https://github.com/gatling/gatling/commit/add941efd09116898c07006735acb80d6c4ec01d

Request count depends on how you’ve crafted your scenarios and how many requests each virtual user performs during its journey.