Very few records with metadata in MA backups

When I unpack my backups and take a look at the library.db database, there seem to be a considerable number of records with nothing in the metadata.

I don’t know where to find the actual database on the server itself, so I can’t carry out a check… but the backup itself looks to contain all the necessary data in every other field (name, sort_name, duration, favorite… but about 90% of the metadata entries are like this…

{"description":null,"review":null,"explicit":null,"images":null,"genres":[],"mood":null,"style":null,"copyright":null,"lyrics":null,"label":null,"links":null,"performers":null,"preview":null,"popularity":null,"release_date":null,"languages":null,"last_refresh":null}

I took a second look.
It appears that the path detailed in the metadata of the tracks table only lists the path to the file if there is an image in it.
It appears that the location of each track is stores in a separate table called provider_mappings. It appears to be linked by item_id so I can track from one to the other.
I was barking up the wrong tree.
Sorry if I caused any concern.