OK, so "nearly" is not exact, so nearly 14 could actually be 13, or it could be 15 or some other random number.
Please first count the number of databases you have
SELECT COUNT(*) FROM sys.databases
What is the output of the above.
Additionally what is the output of
SELECT COUNT(*) FROM sys.master_files WHERE file_id = 2
Do the two numbers match?
If not please provide a screenshot of what is contained in sys.databases and sys.master_files