Google Maps scrapper doesn't return field when mass scrapping but return it when scrapping via place id

Hi,
I’ve noticed that when I try to scrape data for city (e.g. restaurants), the field typical_time_spent is mostly empty. But when I request only this place (only one place) via its id (place_id column), this field is filled with data.
Please note, that I use Outscrapper UI for city scrapping and API call for scrapping via place_id

And this is what I receive via API call using place_id as a query
"typical_time_spent": "People typically spend 1-4.5 hours here"

Is there any difference between what scrapper returns when performing mass-scrapping and single-place scrapping?