LaravelModel(String tableName, List<String> fillable, List<String> hidden) : super(tableName, makeModel(list: fillable), makeModel(list: hidden));