hello jessica, it is possible that this is the Document id or it could be the attachment id depending on where in the process of indexing it is, you could try the following sql statements
SELECT * FROM CMS_Document WHERE DocumentID = 11966
or
SELECT * FROM CMS_Attachment WHERE AttachmentID = 11966
and it should give some results