Can I extend a Content-Type collection schema of plugin

System Information
  • Strapi Version: 4.3
  • Operating System: Windows 10
  • Database: mysql
  • Node Version: 16.15.0
  • NPM Version: 8.5.5
  • Yarn Version: 1.22.18

I want to add a column (named croppedImageUrl with string type) to the Collection File of the core plugin upload (i.e. @strapi/plugin-upload).

my question is can I do that? (i.e. Can I extend a Content-Type Collection schema of plugin?). if yes, how?