Documentaton for loading project files needs update

This is object that list from command system.project.listFiles( "assets", function( list, error) print(list) end ) returns

object
  name = "file_name"
  path = "file/full/path"
  ext = "json" //it may be png,jpg,ttf depends on what are you trying to load
  size = 108
end

This is really useful info I needed to add objects from json in assets and was just pushing returned obj in my list;
and then I learned that i need to first load object using path from previous obj in returned list

PS. sorry if this post is confusing idk how to explain it better.