**DB Status** ---- Checks if a scan is in progress. * **URL** /db/status * **Method:** `GET` * **Success Response:** * **Code:** 200
**Content:** ``` { locked: false, totalFileCount: 150, dbType: 'default' } ``` `locked` will be true if a scan is in progress. `dbType` will either be `default` or `beets`