def get_random_items(limit \\ 4) do query = from Item, order_by: fragment("RANDOM()"), limit: ^limit,