pub async fn calls( limit: Option<String>, pool: &Pool<Postgres>, ) -> Result<Vec<Calls>, PgExtrasError>
Returns statistics about query calls in the database.