Reading Data Structure(schema) of any content-type

System Information
  • Strapi Version: v 3.4.1- Community Edition
  • Operating System: Ubuntu 16
  • Database: MySQL Ver 14.14
  • Node Version: v12.18.3
  • NPM Version: 6.14.6
  • Yarn Version: 1.22.4

Is it possible to read the data structure(schema) of any content-type defined in the file ./api/****/models/** **.settings.json inside strapi code like in controller or services? If yes how we can read it. Sample code will be helpful.