Ignore `vulnerability_count` column of `project_statistics` table

Why are we doing this work

The vulnerability_count column of the project_statistics table is no longer needed, therefore, we want to drop that column by following the docs.

Implementation plan

  • Ignore the vulnerability_count column on the ProjectStatistics model