I am making a locations list request to the Google My Business API and passing a given account id. The list method is supposed to return a list of all locations associated to the given id. The documentation can be found here https://developers.google.com/my-business/reference/rest/v4/accounts.locations/list. The response is returning a list of locations as expected however there are some locations that the account has access to that are missing from the list. I have tried to investigate to see if there are any factors that could be causing this such as verification status, missing store code, duplicate GMB location, who owns/manages the location. I have not found any factor that is the cause of the issue. Anyone have any insight?