Mahmoud Khashaba
Results
1
comments of
Mahmoud Khashaba
this is my models ` //models/Artist module.exports = { href:{ type:'string', min:1, max:255 }, name:{ type:'string', min:1, max:255 }, popularity:{ type:'number', min:1, max:255 }, type:{ type:'string', min:1, max:255 }, uri:{...