Property definitions

nitc $ APIList :: defaultinit
# List all mentities.
#
# Example: `GET /list?kind=modules?limit=10`
class APIList
	super APICommand

	redef fun command do return new CmdModelEntities(config.model)
end
src/doc/api/api_model.nit:86,1--93,3