Hello, I am new to Linux. I was just assigned to the Unix team at my work and am trying to keep my head above water.

I was tasked to attempt to find a solution to the following issue.
We need to find out which files on a mount point are being accessed the most by users (RHEL 6.9) and how many times these files are being accessed in a given period (week, month, ect.) They want it all wrapped up in a nice and neat report.
I looked at the FIND command, the auditctl utility and am a bit confused.
Does anyone have any thoughts on how to efficiently pull this data together?
Thank you!!!