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